public abstract class SdkPredicate<T>
extends java.lang.Object
Constructor and Description |
---|
SdkPredicate() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
test(T t)
Evaluates this predicate on the given argument
|
public abstract boolean test(T t)
t
- The input argument