T - the type of inputpublic abstract class SimpleFilterFunction<T> extends FilterFunction
SimpleFilterFunction is a FilterFunction that
takes a single input object.| Constructor and Description |
|---|
SimpleFilterFunction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(Object[] input)
Executes this
FilterFunction with an input record. |
statelessCloneequals, getInputClasses, hashCode, toStringpublic boolean isValid(Object[] input)
FilterFunctionFilterFunction with an input record. Input records should match the types reported by
getInputClasses().isValid in class FilterFunctioninput - Input record to test.Copyright © 2017. All rights reserved.