Class DFItems.Functions

  • Enclosing class:
    DFItems

    public static final class DFItems.Functions
    extends java.lang.Object
    Functions related to DFItems.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.common.base.Function<DFItem,​java.lang.String> toIDs()  
      static com.google.common.base.Function<DFItem,​? extends java.lang.String> toNames()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toIDs

        public static com.google.common.base.Function<DFItem,​java.lang.String> toIDs()
        Returns:
        function mapping DFItems to their IDs.
      • toNames

        public static com.google.common.base.Function<DFItem,​? extends java.lang.String> toNames()
        Returns:
        function mapping DFItems to their names