T
- The input type of the function.R
- The result type of the function.public interface CompositeFunction<R extends Number,T extends QuantitativeFunction<R,?>> extends QuantitativeFunction<R,T>
java.util.function.Function
being introduced into Java 8.Modifier and Type | Method and Description |
---|---|
R |
apply(T value)
Apply a function to the input argument T, yielding an appropriate result R.
|
R apply(T value)
apply
in interface QuantitativeFunction<R extends Number,T extends QuantitativeFunction<R,?>>
value
- the input valueCopyright © 2010–2018 Jadira Systems. All rights reserved.