public abstract class SdkPredicate<T> extends 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 argumentCopyright © 2020. All rights reserved.