E - The kind of thrown exception or error.@FunctionalInterface
public interface FailableLongToIntFunction<E extends java.lang.Throwable>
LongToIntFunction that declares a Throwable.| Modifier and Type | Field and Description | 
|---|---|
static FailableLongToIntFunction | 
NOP
NOP singleton 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
applyAsInt(long value)
Applies this function to the given argument. 
 | 
static <E extends java.lang.Throwable> | 
nop()
Returns The NOP singleton. 
 | 
static final FailableLongToIntFunction NOP
static <E extends java.lang.Throwable> FailableLongToIntFunction<E> nop()
E - The kind of thrown exception or error.Copyright © 2010 - 2023 Adobe. All Rights Reserved