Interface IThrowableFunction<D,C,T extends Throwable>

All Known Subinterfaces:
IFunction<D,C>

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

    Modifier and Type
    Method
    Description
    apply(D value)
     
  • Method Details