Uses of Interface
manifold.ext.rt.api.IndexedPredicate
-
Packages that use IndexedPredicate Package Description manifold.ext.rt.api -
-
Uses of IndexedPredicate in manifold.ext.rt.api
Methods in manifold.ext.rt.api that return IndexedPredicate Modifier and Type Method 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.Methods in manifold.ext.rt.api with parameters of type IndexedPredicate Modifier and Type Method 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.
-