Package org.dmfs.jems2.predicate
Class In<T extends java.lang.Comparable<T>>
- java.lang.Object
-
- org.dmfs.jems2.predicate.In<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansatisfiedBy(T element)Returns whether the given instance satisfies this predicate.
-