Interface Throwables.IntNFunction<R,E extends Throwable>

All Known Subinterfaces:
IntNFunction<R>
Enclosing class:
Throwables

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

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