Interface Throwables.Function<T,R,E extends Throwable>

Type Parameters:
T -
R -
E -
All Known Subinterfaces:
Function<T,R>, Throwables.UnaryOperator<T,E>, UnaryOperator<T>
Enclosing class:
Throwables

public static interface Throwables.Function<T,R,E extends Throwable>
The Interface Function.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)
     
    default Function<T,R>
     
  • Method Details

    • apply

      R apply(T t) throws E
      Parameters:
      t -
      Returns:
      Throws:
      E - the e
    • unchecked

      @Beta default Function<T,R> unchecked()
      Returns: