Interface IFunction<D,C>

All Superinterfaces:
IThrowableFunction<D,C,Throwable>

public interface IFunction<D,C> extends IThrowableFunction<D,C,Throwable>
A function from domain D to co-domain C.
Author:
Peter Niederwieser
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(D value)