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