Uses of Interface
manifold.ext.rt.api.CharPredicate
-
Packages that use CharPredicate Package Description manifold.ext.rt.api -
-
Uses of CharPredicate in manifold.ext.rt.api
Methods in manifold.ext.rt.api that return CharPredicate Modifier and Type Method Description default CharPredicateCharPredicate. and(CharPredicate other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default CharPredicateCharPredicate. negate()Returns a predicate that represents the logical negation of this predicate.default CharPredicateCharPredicate. or(CharPredicate 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 CharPredicate Modifier and Type Method Description default CharPredicateCharPredicate. and(CharPredicate other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default CharPredicateCharPredicate. or(CharPredicate other)Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
-