R - the type of the result of the function@FunctionalInterface public interface IFloatFunction<R> extends Serializable
float-consuming primitive specialization for
Function.
This is a functional interface whose functional method is
apply(float).
Function| Modifier and Type | Method and Description |
|---|---|
R |
apply(float value)
Applies this function to the given argument.
|
R apply(float value)
value - the function argumentCopyright © 2014–2019 Philip Helger. All rights reserved.