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