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

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.eclipse.collections.impl.block.function.checked.CheckedFunction<T,V> (implements org.eclipse.collections.api.block.function.Function<T,V>, org.eclipse.collections.impl.block.function.checked.ThrowingFunction<T,V>)
    • org.eclipse.collections.impl.block.function.checked.CheckedFunction0<R> (implements org.eclipse.collections.api.block.function.Function0<R>, org.eclipse.collections.impl.block.function.checked.ThrowingFunction0<R>)
    • org.eclipse.collections.impl.block.function.checked.CheckedFunction2<T1,T2,R> (implements org.eclipse.collections.api.block.function.Function2<T1,T2,R>, org.eclipse.collections.impl.block.function.checked.ThrowingFunction2<T1,T2,R>)

Interface Hierarchy