| Package | Description |
|---|---|
| net.mintern.functions.binary |
Provides
@FunctionalInterfaces for 2-argument
operations. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Exception> |
ShortIntToFloat.unchecked(Function<? super E,RuntimeException> toRuntime,
ShortIntToFloatE<E> f)
Returns a wrapped version of
f that uses toRuntime to convert any checked
Exception to a RuntimeException. |
static <E extends Exception> |
ShortIntToFloat.unchecked(ShortIntToFloatE<E> f)
Returns a wrapped version of
f that wraps any checked Exception with a
RuntimeException. |
static <E extends IOException> |
ShortIntToFloat.uncheckedIO(ShortIntToFloatE<E> f)
|
| Modifier and Type | Method and Description |
|---|---|
static IntToFloat |
ShortIntToFloat.bind(ShortIntToFloat f,
short sh)
Binds
(sh) to the beginning of f, returning a new function
of type (int) -> float. |
static NilToFloat |
ShortIntToFloat.bind(ShortIntToFloat f,
short sh,
int i)
Binds
(sh, i) to f, returning a new function
of type () -> float. |
static ShortToFloat |
ShortIntToFloat.rbind(ShortIntToFloat f,
int i)
Binds
(i) to the end of f, returning a new function
of type (short) -> float. |
Copyright © 2014. All rights reserved.