Interface Throwables.LongNFunction<R,E extends Throwable>

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

public static interface Throwables.LongNFunction<R,E extends Throwable>
  • Method Details

    • apply

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

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