Interface IFunction<D,​C>

  • All Superinterfaces:
    IThrowableFunction<D,​C,​java.lang.Throwable>

    public interface IFunction<D,​C>
    extends IThrowableFunction<D,​C,​java.lang.Throwable>
    A function from domain D to co-domain C.
    Author:
    Peter Niederwieser