Interface CheckedUnaryOperator<T,E extends Exception>

All Superinterfaces:
CheckedFunction<T,T,E>, Function<T,T>, UnaryOperator<T>
All Known Subinterfaces:
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 CheckedUnaryOperator<T,E extends Exception> extends UnaryOperator<T>, CheckedFunction<T,T,E>
Since:
1.6
Author:
Sina Madani
  • Method Summary

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

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

    applyThrows

    Methods inherited from interface java.util.function.Function

    andThen, compose