default Functions.PredicateWithError<A> |
Functions.PredicateWithError.and(Predicate<? super A> other) |
|
static <T,U> Functions.PredicateWithError<Map<T,U>> |
Functions.mapMatches(sailpoint.object.Filter filter) |
Returns a functional predicate to compare a Map to the filter provided.
|
static Functions.PredicateWithError<? extends sailpoint.object.SailPointObject> |
Functions.matches(String filterString) |
Resolves to true if the input object matches the filter.
|
static Functions.PredicateWithError<? extends sailpoint.object.SailPointObject> |
Functions.matches(sailpoint.object.Filter filter) |
Resolves to true if the input object matches the filter.
|
static <T> Functions.PredicateWithError<T> |
Functions.matches(sailpoint.object.Filter filter,
Class<T> matchType) |
Resolves to true if the input object matches the filter.
|
default Functions.PredicateWithError<A> |
Functions.PredicateWithError.negate() |
|
default Functions.PredicateWithError<A> |
Functions.PredicateWithError.or(Predicate<? super A> other) |
|