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

All Known Subinterfaces:
NFunction<T,R>
Enclosing class:
Throwables

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

    Modifier and Type
    Method
    Description
    default <V> Throwables.NFunction<T,V,E>
    andThen(Function<? super R,? extends V> after)
     
    apply(T... args)
     
  • Method Details

    • apply

      R apply(T... args) throws E
      Parameters:
      args -
      Returns:
      Throws:
      E
    • andThen

      default <V> Throwables.NFunction<T,V,E> andThen(Function<? super R,? extends V> after)
      Type Parameters:
      V -
      Parameters:
      after -
      Returns: