- Type Parameters:
- T- an argument
- R- a result
- All Superinterfaces:
- Serializable
public interface IFunction<T,R>
extends Serializable
Represents a function that accepts one argument and produces a result.
 This class is called IFunction instead of Function to prevent clashes with the one in Java 8.
- Since:
- 3.2