Interface CheckedEolUnaryOperator<T>

All Superinterfaces:
CheckedEolFunction<T,T>, CheckedFunction<T,T,EolRuntimeException>, CheckedUnaryOperator<T,EolRuntimeException>, Function<T,T>, UnaryOperator<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 CheckedEolUnaryOperator<T> extends CheckedEolFunction<T,T>, CheckedUnaryOperator<T,EolRuntimeException>
Since:
1.6
Author:
Sina Madani
  • Method Summary

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

    Methods inherited from interface java.util.function.Function

    andThen, compose