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