Interface CheckedEolFunction<T,R>

All Superinterfaces:
CheckedFunction<T,R,EolRuntimeException>, Function<T,R>
All Known Subinterfaces:
CheckedEolPredicate<T>, CheckedEolUnaryOperator<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CheckedEolFunction<T,R> extends CheckedFunction<T,R,EolRuntimeException>
Since:
1.6
Author:
Sina Madani
  • Method Summary

    Modifier and Type
    Method
    Description
    default R
    apply(T t)
     

    Methods inherited from interface org.eclipse.epsilon.common.function.CheckedFunction

    applyThrows

    Methods inherited from interface java.util.function.Function

    andThen, compose