Class Underscore.WherePredicate<E,T>

java.lang.Object
com.github.underscore.Underscore.WherePredicate<E,T>
All Implemented Interfaces:
Predicate<E>
Enclosing class:
Underscore<T>

private static final class Underscore.WherePredicate<E,T> extends Object implements Predicate<E>
  • Field Details

  • Constructor Details

  • Method Details

    • test

      public boolean test(E elem)
      Specified by:
      test in interface Predicate<E>