Package org.eclipse.collections.impl.block.function.checked

This package contains abstract implementations of Function, Function0 and Function2.
  • Interface Summary 
    Interface Description
    ThrowingFunction<T,​V>
    A functional interface that can be represented by a Lambda that can throw a CheckedException.
    ThrowingFunction0<R>
    A functional interface that can be represented by a Lambda that can throw a CheckedException.
    ThrowingFunction2<T1,​T2,​R>
    A functional interface that can be represented by a Lambda that can throw a CheckedException.
  • Class Summary 
    Class Description
    CheckedFunction<T,​V>  
    CheckedFunction0<R>  
    CheckedFunction2<T1,​T2,​R>