R
- the type of the result of the function
@FunctionalInterface public interface IntFunction<R>
Represents a function that accepts an int-valued argument and produces a result. This is the
int
-consuming primitive specialization for
Function
.
This is a functional interface whose functional method is apply(int)
.
Function
R
apply(int value)
Applies this function to the given argument.
Applies this function to the given argument.
value
- the function argument
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4