F
- Argument typeT
- Result typepublic interface Function<F,T> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
apply(F input)
Returns the result of applying this function to given
input . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.