R
- the type of the result of the functionpublic interface IntFunction<R>
int
-consuming primitive specialization for
Function
.Modifier and Type | Method and Description |
---|---|
R |
apply(int value)
Applies this function to the given argument.
|
R apply(int value)
value
- the function argumentCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.