Interface IThrowableFunction<D,​C,​T extends java.lang.Throwable>

  • All Known Subinterfaces:
    IFunction<D,​C>

    public interface IThrowableFunction<D,​C,​T extends java.lang.Throwable>
    A function from domain D to co-domain C that may throw a checked exception.
    Author:
    Peter Niederwieser
    • Method Detail

      • apply

        C apply​(D value)
         throws T extends java.lang.Throwable
        Throws:
        T extends java.lang.Throwable