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