@FunctionalInterface public interface IntToIntFunction
int
-consuming and
int
-producing primitive specialization for
Function
.
This is a functional interface whose
functional method is applyAsInt(int)
.
Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(int value)
Applies this function to the given argument.
|
Copyright © 2025. All rights reserved.