public interface LongFunction<R> extends Throwables.LongFunction<R,RuntimeException>, LongFunction<R>
| Modifier and Type | Field and Description |
|---|---|
static LongFunction<Long> |
BOX |
| Modifier and Type | Method and Description |
|---|---|
default <V> LongFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(long value) |
static LongFunction<Long> |
identity() |
static final LongFunction<Long> BOX
R apply(long value)
apply in interface LongFunction<R>apply in interface Throwables.LongFunction<R,RuntimeException>default <V> LongFunction<V> andThen(Function<? super R,? extends V> after)
static LongFunction<Long> identity()
Copyright © 2021. All rights reserved.