Package io.bhagat.math
Class Function<E,T>
- java.lang.Object
-
- io.bhagat.math.Function<E,T>
-
- Direct Known Subclasses:
SerializableFunction
public abstract class Function<E,T> extends java.lang.ObjectAn interface that can hold functions- Author:
- Bhagat
-
-
Constructor Summary
Constructors Constructor Description Function()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Tf(E x)The function this interface containsT[]g(E... xs)function with multiple parameters and multiple returns
-