| Package | Description |
|---|---|
| manifold.ext.rt.api |
| Modifier and Type | Method and Description |
|---|---|
default IndexedPredicate<T> |
IndexedPredicate.and(IndexedPredicate<? super T> other)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
default IndexedPredicate<T> |
IndexedPredicate.negate()
Returns a predicate that represents the logical negation of this
predicate.
|
default IndexedPredicate<T> |
IndexedPredicate.or(IndexedPredicate<? super T> other)
Returns a composed predicate that represents a short-circuiting logical
OR of this predicate and another.
|
| Modifier and Type | Method and Description |
|---|---|
default IndexedPredicate<T> |
IndexedPredicate.and(IndexedPredicate<? super T> other)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
default IndexedPredicate<T> |
IndexedPredicate.or(IndexedPredicate<? super T> other)
Returns a composed predicate that represents a short-circuiting logical
OR of this predicate and another.
|
Copyright © 2020. All rights reserved.