@FunctionalInterface
public interface IntToFloatFunction1
Modifier and Type | Method and Description |
---|---|
float |
applyAsFloat(int value)
/**
Applies this function to the given argument.
|
default java.util.function.IntToDoubleFunction |
asIntToDoubleFunction()
View this as an
int to double function. |
float applyAsFloat(int value)
value
- the function argument@NotNull default java.util.function.IntToDoubleFunction asIntToDoubleFunction()
int
to double
function.