Interface LongNFunction<R>

All Superinterfaces:
Throwables.LongNFunction<R,RuntimeException>

public interface LongNFunction<R> extends Throwables.LongNFunction<R,RuntimeException>
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> LongNFunction<V>
    andThen(Function<? super R,? extends V> after)
     
    apply(long... args)