T
- Result typepublic interface Int2ObjFunction<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
apply(int input)
Returns the result of applying this function to given
input . |
T apply(int input)
input
.
The returned object may or may not be a new instance,
depending on the implementation.input
- inputCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.