R
- Return type.E
- The kind of thrown exception or error.@FunctionalInterface
public interface FailableIntFunction<R,E extends java.lang.Throwable>
IntFunction
that declares a Throwable
.Modifier and Type | Field and Description |
---|---|
static FailableIntFunction |
NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
R |
apply(int input)
Applies this function.
|
static <R,E extends java.lang.Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableIntFunction NOP
static <R,E extends java.lang.Throwable> FailableIntFunction<R,E> nop()
R
- Return type.E
- The kind of thrown exception or error.Copyright © 2010 - 2023 Adobe. All Rights Reserved