| Interface | Description |
|---|---|
| BiFunction<T,U,R> |
Represents a function that accepts two arguments and produces a result.
|
| Function<T,R> |
Represents a function that accepts one argument and produces a result.
|
| ToIntFunction<T> |
Represents a function that accepts one argument and produces an
int result. |
| ToLongFunction<T> |
Represents a function that accepts one argument and produces a
long result. |
Copyright © 2019 FasterXML. All rights reserved.