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

Enclosing class:
Throwables.EE

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

    Modifier and Type
    Method
    Description
    apply(T t)
     
  • Method Details

    • apply

      R apply(T t) throws E, E2
      Parameters:
      t -
      Returns:
      Throws:
      E
      E2