| Package | Description |
|---|---|
| com.opengamma.strata.collect.function |
Additional functional interfaces not supplied by Java SE 8.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.