Class DFItems.Predicates

  • Enclosing class:
    DFItems

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends DFItem>
      com.google.common.base.Predicate<T>
      isValid()  
      • Methods inherited from class java.lang.Object

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

      • isValid

        public static <T extends DFItem> com.google.common.base.Predicate<T> isValid()
        Type Parameters:
        T - type of DFItem
        Returns:
        Predicate for item validity.