E - The kind of thrown exception or error.@FunctionalInterface public interface FailableIntToFloatFunction<E extends Throwable>
| Modifier and Type | Field and Description |
|---|---|
static FailableIntToFloatFunction |
NOP
NOP singleton
|
| Modifier and Type | Method and Description |
|---|---|
float |
applyAsFloat(int value)
Applies this function to the given argument.
|
static <E extends Throwable> |
nop()
Gets the NOP singleton.
|
static final FailableIntToFloatFunction NOP
static <E extends Throwable> FailableIntToFloatFunction<E> nop()
E - The kind of thrown exception or error.Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.