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)