Uses of Interface
com.opengamma.strata.collect.function.ObjLongPredicate
-
Packages that use ObjLongPredicate Package Description com.opengamma.strata.collect.function Additional functional interfaces not supplied by Java SE 8. -
-
Uses of ObjLongPredicate in com.opengamma.strata.collect.function
Methods in com.opengamma.strata.collect.function that return ObjLongPredicate Modifier and Type Method Description default ObjLongPredicate<T>
ObjLongPredicate. and(ObjLongPredicate<? super T> other)
Returns a new predicate that returns true if both predicates return true.default ObjLongPredicate<T>
ObjLongPredicate. negate()
Returns a new predicate that negates the result of this predicate.default ObjLongPredicate<T>
ObjLongPredicate. or(ObjLongPredicate<? super T> other)
Returns a new predicate that returns true if either predicates returns true.Methods in com.opengamma.strata.collect.function with parameters of type ObjLongPredicate Modifier and Type Method Description default ObjLongPredicate<T>
ObjLongPredicate. and(ObjLongPredicate<? super T> other)
Returns a new predicate that returns true if both predicates return true.default ObjLongPredicate<T>
ObjLongPredicate. or(ObjLongPredicate<? super T> other)
Returns a new predicate that returns true if either predicates returns true.
-