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