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