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)
     
  • Method Details

    • apply

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

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