Class Predicates.InSetIterablePredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<Object>
org.eclipse.collections.impl.block.factory.Predicates.InSetIterablePredicate
All Implemented Interfaces:
Serializable, Predicate<Object>, Predicate<Object>
Enclosing class:
Predicates<T>

private static final class Predicates.InSetIterablePredicate extends Predicates<Object>
  • Field Details

  • Constructor Details

    • InSetIterablePredicate

      private InSetIterablePredicate(SetIterable<?> setIterable)
  • Method Details