T
- the type of the input based on which the predicate is to be evaluatedpublic interface Predicate<T>
Modifier and Type | Method and Description |
---|---|
boolean |
apply(T input)
Returns the result of applying this predicate to
input . |
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.