T - the type of the input to the functionR - the type of the result of the functionpublic interface IFunction<T,R>
java.util.function.Function
and works as a placeholder.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Applies this function to the given argument.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.