public interface RLPredicate<T> extends Predicate<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
default RLPredicate<T> |
and(Predicate<? super T> other) |
static <T> RLPredicate<T> |
isEqual(Object targetRef) |
default RLPredicate<T> |
negate() |
default RLPredicate<T> |
or(Predicate<? super T> other) |
default RLPredicate<T> and(Predicate<? super T> other)
default RLPredicate<T> negate()
static <T> RLPredicate<T> isEqual(Object targetRef)
Copyright © 2015. All rights reserved.