Skip navigation links
A B C D I L N O T U 

A

accept(double) - Method in interface net.mintern.functions.unary.DblToNil
Allows this to act as a DoubleConsumer.
accept(int) - Method in interface net.mintern.functions.unary.IntToNil
Allows this to act as a IntConsumer.
accept(long) - Method in interface net.mintern.functions.unary.LongToNil
Allows this to act as a LongConsumer.
accept(T) - Method in interface net.mintern.functions.unary.ObjToNil
Allows this to act as a Consumer<T>.
apply(double) - Method in interface net.mintern.functions.unary.DblToObj
Allows this to act as a DoubleFunction<R>.
apply(int) - Method in interface net.mintern.functions.unary.IntToObj
Allows this to act as a IntFunction<R>.
apply(long) - Method in interface net.mintern.functions.unary.LongToObj
Allows this to act as a LongFunction<R>.
apply(T) - Method in interface net.mintern.functions.unary.ObjToObj
Allows this to act as a Function<T, R>.
applyAsDouble(double) - Method in interface net.mintern.functions.unary.DblToDbl
Allows this to act as a DoubleUnaryOperator.
applyAsDouble(int) - Method in interface net.mintern.functions.unary.IntToDbl
Allows this to act as a IntToDoubleFunction.
applyAsDouble(long) - Method in interface net.mintern.functions.unary.LongToDbl
Allows this to act as a LongToDoubleFunction.
applyAsDouble(T) - Method in interface net.mintern.functions.unary.ObjToDbl
Allows this to act as a ToDoubleFunction<T>.
applyAsInt(double) - Method in interface net.mintern.functions.unary.DblToInt
Allows this to act as a DoubleToIntFunction.
applyAsInt(int) - Method in interface net.mintern.functions.unary.IntToInt
Allows this to act as a IntUnaryOperator.
applyAsInt(long) - Method in interface net.mintern.functions.unary.LongToInt
Allows this to act as a LongToIntFunction.
applyAsInt(T) - Method in interface net.mintern.functions.unary.ObjToInt
Allows this to act as a ToIntFunction<T>.
applyAsLong(double) - Method in interface net.mintern.functions.unary.DblToLong
Allows this to act as a DoubleToLongFunction.
applyAsLong(int) - Method in interface net.mintern.functions.unary.IntToLong
Allows this to act as a IntToLongFunction.
applyAsLong(long) - Method in interface net.mintern.functions.unary.LongToLong
Allows this to act as a LongUnaryOperator.
applyAsLong(T) - Method in interface net.mintern.functions.unary.ObjToLong
Allows this to act as a ToLongFunction<T>.

B

bind(DblToBoolE<E>, double) - Static method in interface net.mintern.functions.unary.checked.DblToBoolE
Binds (d) to f, returning a new function of type () -> boolean.
bind(double) - Method in interface net.mintern.functions.unary.checked.DblToBoolE
Binds (d) to this, returning a new function of type () -> boolean.
bind(DblToDblE<E>, double) - Static method in interface net.mintern.functions.unary.checked.DblToDblE
Binds (d) to f, returning a new function of type () -> double.
bind(double) - Method in interface net.mintern.functions.unary.checked.DblToDblE
Binds (d) to this, returning a new function of type () -> double.
bind(DblToIntE<E>, double) - Static method in interface net.mintern.functions.unary.checked.DblToIntE
Binds (d) to f, returning a new function of type () -> int.
bind(double) - Method in interface net.mintern.functions.unary.checked.DblToIntE
Binds (d) to this, returning a new function of type () -> int.
bind(DblToLongE<E>, double) - Static method in interface net.mintern.functions.unary.checked.DblToLongE
Binds (d) to f, returning a new function of type () -> long.
bind(double) - Method in interface net.mintern.functions.unary.checked.DblToLongE
Binds (d) to this, returning a new function of type () -> long.
bind(DblToNilE<E>, double) - Static method in interface net.mintern.functions.unary.checked.DblToNilE
Binds (d) to f, returning a new function of type () -> void.
bind(double) - Method in interface net.mintern.functions.unary.checked.DblToNilE
Binds (d) to this, returning a new function of type () -> void.
bind(DblToObjE<R, E>, double) - Static method in interface net.mintern.functions.unary.checked.DblToObjE
Binds (d) to f, returning a new function of type () -> R.
bind(double) - Method in interface net.mintern.functions.unary.checked.DblToObjE
Binds (d) to this, returning a new function of type () -> R.
bind(IntToBoolE<E>, int) - Static method in interface net.mintern.functions.unary.checked.IntToBoolE
Binds (i) to f, returning a new function of type () -> boolean.
bind(int) - Method in interface net.mintern.functions.unary.checked.IntToBoolE
Binds (i) to this, returning a new function of type () -> boolean.
bind(IntToDblE<E>, int) - Static method in interface net.mintern.functions.unary.checked.IntToDblE
Binds (i) to f, returning a new function of type () -> double.
bind(int) - Method in interface net.mintern.functions.unary.checked.IntToDblE
Binds (i) to this, returning a new function of type () -> double.
bind(IntToIntE<E>, int) - Static method in interface net.mintern.functions.unary.checked.IntToIntE
Binds (i) to f, returning a new function of type () -> int.
bind(int) - Method in interface net.mintern.functions.unary.checked.IntToIntE
Binds (i) to this, returning a new function of type () -> int.
bind(IntToLongE<E>, int) - Static method in interface net.mintern.functions.unary.checked.IntToLongE
Binds (i) to f, returning a new function of type () -> long.
bind(int) - Method in interface net.mintern.functions.unary.checked.IntToLongE
Binds (i) to this, returning a new function of type () -> long.
bind(IntToNilE<E>, int) - Static method in interface net.mintern.functions.unary.checked.IntToNilE
Binds (i) to f, returning a new function of type () -> void.
bind(int) - Method in interface net.mintern.functions.unary.checked.IntToNilE
Binds (i) to this, returning a new function of type () -> void.
bind(IntToObjE<R, E>, int) - Static method in interface net.mintern.functions.unary.checked.IntToObjE
Binds (i) to f, returning a new function of type () -> R.
bind(int) - Method in interface net.mintern.functions.unary.checked.IntToObjE
Binds (i) to this, returning a new function of type () -> R.
bind(LongToBoolE<E>, long) - Static method in interface net.mintern.functions.unary.checked.LongToBoolE
Binds (l) to f, returning a new function of type () -> boolean.
bind(long) - Method in interface net.mintern.functions.unary.checked.LongToBoolE
Binds (l) to this, returning a new function of type () -> boolean.
bind(LongToDblE<E>, long) - Static method in interface net.mintern.functions.unary.checked.LongToDblE
Binds (l) to f, returning a new function of type () -> double.
bind(long) - Method in interface net.mintern.functions.unary.checked.LongToDblE
Binds (l) to this, returning a new function of type () -> double.
bind(LongToIntE<E>, long) - Static method in interface net.mintern.functions.unary.checked.LongToIntE
Binds (l) to f, returning a new function of type () -> int.
bind(long) - Method in interface net.mintern.functions.unary.checked.LongToIntE
Binds (l) to this, returning a new function of type () -> int.
bind(LongToLongE<E>, long) - Static method in interface net.mintern.functions.unary.checked.LongToLongE
Binds (l) to f, returning a new function of type () -> long.
bind(long) - Method in interface net.mintern.functions.unary.checked.LongToLongE
Binds (l) to this, returning a new function of type () -> long.
bind(LongToNilE<E>, long) - Static method in interface net.mintern.functions.unary.checked.LongToNilE
Binds (l) to f, returning a new function of type () -> void.
bind(long) - Method in interface net.mintern.functions.unary.checked.LongToNilE
Binds (l) to this, returning a new function of type () -> void.
bind(LongToObjE<R, E>, long) - Static method in interface net.mintern.functions.unary.checked.LongToObjE
Binds (l) to f, returning a new function of type () -> R.
bind(long) - Method in interface net.mintern.functions.unary.checked.LongToObjE
Binds (l) to this, returning a new function of type () -> R.
bind(ObjToBoolE<T, E>, T) - Static method in interface net.mintern.functions.unary.checked.ObjToBoolE
Binds (t) to f, returning a new function of type () -> boolean.
bind(T) - Method in interface net.mintern.functions.unary.checked.ObjToBoolE
Binds (t) to this, returning a new function of type () -> boolean.
bind(ObjToDblE<T, E>, T) - Static method in interface net.mintern.functions.unary.checked.ObjToDblE
Binds (t) to f, returning a new function of type () -> double.
bind(T) - Method in interface net.mintern.functions.unary.checked.ObjToDblE
Binds (t) to this, returning a new function of type () -> double.
bind(ObjToIntE<T, E>, T) - Static method in interface net.mintern.functions.unary.checked.ObjToIntE
Binds (t) to f, returning a new function of type () -> int.
bind(T) - Method in interface net.mintern.functions.unary.checked.ObjToIntE
Binds (t) to this, returning a new function of type () -> int.
bind(ObjToLongE<T, E>, T) - Static method in interface net.mintern.functions.unary.checked.ObjToLongE
Binds (t) to f, returning a new function of type () -> long.
bind(T) - Method in interface net.mintern.functions.unary.checked.ObjToLongE
Binds (t) to this, returning a new function of type () -> long.
bind(ObjToNilE<T, E>, T) - Static method in interface net.mintern.functions.unary.checked.ObjToNilE
Binds (t) to f, returning a new function of type () -> void.
bind(T) - Method in interface net.mintern.functions.unary.checked.ObjToNilE
Binds (t) to this, returning a new function of type () -> void.
bind(ObjToObjE<T, R, E>, T) - Static method in interface net.mintern.functions.unary.checked.ObjToObjE
Binds (t) to f, returning a new function of type () -> R.
bind(T) - Method in interface net.mintern.functions.unary.checked.ObjToObjE
Binds (t) to this, returning a new function of type () -> R.
bind(DblToBool, double) - Static method in interface net.mintern.functions.unary.DblToBool
Binds (d) to f, returning a new function of type () -> boolean.
bind(double) - Method in interface net.mintern.functions.unary.DblToBool
Binds (d) to this, returning a new function of type () -> boolean.
bind(DblToDbl, double) - Static method in interface net.mintern.functions.unary.DblToDbl
Binds (d) to f, returning a new function of type () -> double.
bind(double) - Method in interface net.mintern.functions.unary.DblToDbl
Binds (d) to this, returning a new function of type () -> double.
bind(DblToInt, double) - Static method in interface net.mintern.functions.unary.DblToInt
Binds (d) to f, returning a new function of type () -> int.
bind(double) - Method in interface net.mintern.functions.unary.DblToInt
Binds (d) to this, returning a new function of type () -> int.
bind(DblToLong, double) - Static method in interface net.mintern.functions.unary.DblToLong
Binds (d) to f, returning a new function of type () -> long.
bind(double) - Method in interface net.mintern.functions.unary.DblToLong
Binds (d) to this, returning a new function of type () -> long.
bind(DblToNil, double) - Static method in interface net.mintern.functions.unary.DblToNil
Binds (d) to f, returning a new function of type () -> void.
bind(double) - Method in interface net.mintern.functions.unary.DblToNil
Binds (d) to this, returning a new function of type () -> void.
bind(DblToObj<R>, double) - Static method in interface net.mintern.functions.unary.DblToObj
Binds (d) to f, returning a new function of type () -> R.
bind(double) - Method in interface net.mintern.functions.unary.DblToObj
Binds (d) to this, returning a new function of type () -> R.
bind(IntToBool, int) - Static method in interface net.mintern.functions.unary.IntToBool
Binds (i) to f, returning a new function of type () -> boolean.
bind(int) - Method in interface net.mintern.functions.unary.IntToBool
Binds (i) to this, returning a new function of type () -> boolean.
bind(IntToDbl, int) - Static method in interface net.mintern.functions.unary.IntToDbl
Binds (i) to f, returning a new function of type () -> double.
bind(int) - Method in interface net.mintern.functions.unary.IntToDbl
Binds (i) to this, returning a new function of type () -> double.
bind(IntToInt, int) - Static method in interface net.mintern.functions.unary.IntToInt
Binds (i) to f, returning a new function of type () -> int.
bind(int) - Method in interface net.mintern.functions.unary.IntToInt
Binds (i) to this, returning a new function of type () -> int.
bind(IntToLong, int) - Static method in interface net.mintern.functions.unary.IntToLong
Binds (i) to f, returning a new function of type () -> long.
bind(int) - Method in interface net.mintern.functions.unary.IntToLong
Binds (i) to this, returning a new function of type () -> long.
bind(IntToNil, int) - Static method in interface net.mintern.functions.unary.IntToNil
Binds (i) to f, returning a new function of type () -> void.
bind(int) - Method in interface net.mintern.functions.unary.IntToNil
Binds (i) to this, returning a new function of type () -> void.
bind(IntToObj<R>, int) - Static method in interface net.mintern.functions.unary.IntToObj
Binds (i) to f, returning a new function of type () -> R.
bind(int) - Method in interface net.mintern.functions.unary.IntToObj
Binds (i) to this, returning a new function of type () -> R.
bind(LongToBool, long) - Static method in interface net.mintern.functions.unary.LongToBool
Binds (l) to f, returning a new function of type () -> boolean.
bind(long) - Method in interface net.mintern.functions.unary.LongToBool
Binds (l) to this, returning a new function of type () -> boolean.
bind(LongToDbl, long) - Static method in interface net.mintern.functions.unary.LongToDbl
Binds (l) to f, returning a new function of type () -> double.
bind(long) - Method in interface net.mintern.functions.unary.LongToDbl
Binds (l) to this, returning a new function of type () -> double.
bind(LongToInt, long) - Static method in interface net.mintern.functions.unary.LongToInt
Binds (l) to f, returning a new function of type () -> int.
bind(long) - Method in interface net.mintern.functions.unary.LongToInt
Binds (l) to this, returning a new function of type () -> int.
bind(LongToLong, long) - Static method in interface net.mintern.functions.unary.LongToLong
Binds (l) to f, returning a new function of type () -> long.
bind(long) - Method in interface net.mintern.functions.unary.LongToLong
Binds (l) to this, returning a new function of type () -> long.
bind(LongToNil, long) - Static method in interface net.mintern.functions.unary.LongToNil
Binds (l) to f, returning a new function of type () -> void.
bind(long) - Method in interface net.mintern.functions.unary.LongToNil
Binds (l) to this, returning a new function of type () -> void.
bind(LongToObj<R>, long) - Static method in interface net.mintern.functions.unary.LongToObj
Binds (l) to f, returning a new function of type () -> R.
bind(long) - Method in interface net.mintern.functions.unary.LongToObj
Binds (l) to this, returning a new function of type () -> R.
bind(ObjToBool<T>, T) - Static method in interface net.mintern.functions.unary.ObjToBool
Binds (t) to f, returning a new function of type () -> boolean.
bind(T) - Method in interface net.mintern.functions.unary.ObjToBool
Binds (t) to this, returning a new function of type () -> boolean.
bind(ObjToDbl<T>, T) - Static method in interface net.mintern.functions.unary.ObjToDbl
Binds (t) to f, returning a new function of type () -> double.
bind(T) - Method in interface net.mintern.functions.unary.ObjToDbl
Binds (t) to this, returning a new function of type () -> double.
bind(ObjToInt<T>, T) - Static method in interface net.mintern.functions.unary.ObjToInt
Binds (t) to f, returning a new function of type () -> int.
bind(T) - Method in interface net.mintern.functions.unary.ObjToInt
Binds (t) to this, returning a new function of type () -> int.
bind(ObjToLong<T>, T) - Static method in interface net.mintern.functions.unary.ObjToLong
Binds (t) to f, returning a new function of type () -> long.
bind(T) - Method in interface net.mintern.functions.unary.ObjToLong
Binds (t) to this, returning a new function of type () -> long.
bind(ObjToNil<T>, T) - Static method in interface net.mintern.functions.unary.ObjToNil
Binds (t) to f, returning a new function of type () -> void.
bind(T) - Method in interface net.mintern.functions.unary.ObjToNil
Binds (t) to this, returning a new function of type () -> void.
bind(ObjToObj<T, R>, T) - Static method in interface net.mintern.functions.unary.ObjToObj
Binds (t) to f, returning a new function of type () -> R.
bind(T) - Method in interface net.mintern.functions.unary.ObjToObj
Binds (t) to this, returning a new function of type () -> R.

C

call(double) - Method in interface net.mintern.functions.unary.checked.DblToBoolE
Performs this operation.
call(double) - Method in interface net.mintern.functions.unary.checked.DblToDblE
Performs this operation.
call(double) - Method in interface net.mintern.functions.unary.checked.DblToIntE
Performs this operation.
call(double) - Method in interface net.mintern.functions.unary.checked.DblToLongE
Performs this operation.
call(double) - Method in interface net.mintern.functions.unary.checked.DblToNilE
Performs this operation.
call(double) - Method in interface net.mintern.functions.unary.checked.DblToObjE
Performs this operation.
call(int) - Method in interface net.mintern.functions.unary.checked.IntToBoolE
Performs this operation.
call(int) - Method in interface net.mintern.functions.unary.checked.IntToDblE
Performs this operation.
call(int) - Method in interface net.mintern.functions.unary.checked.IntToIntE
Performs this operation.
call(int) - Method in interface net.mintern.functions.unary.checked.IntToLongE
Performs this operation.
call(int) - Method in interface net.mintern.functions.unary.checked.IntToNilE
Performs this operation.
call(int) - Method in interface net.mintern.functions.unary.checked.IntToObjE
Performs this operation.
call(long) - Method in interface net.mintern.functions.unary.checked.LongToBoolE
Performs this operation.
call(long) - Method in interface net.mintern.functions.unary.checked.LongToDblE
Performs this operation.
call(long) - Method in interface net.mintern.functions.unary.checked.LongToIntE
Performs this operation.
call(long) - Method in interface net.mintern.functions.unary.checked.LongToLongE
Performs this operation.
call(long) - Method in interface net.mintern.functions.unary.checked.LongToNilE
Performs this operation.
call(long) - Method in interface net.mintern.functions.unary.checked.LongToObjE
Performs this operation.
call(T) - Method in interface net.mintern.functions.unary.checked.ObjToBoolE
Performs this operation.
call(T) - Method in interface net.mintern.functions.unary.checked.ObjToDblE
Performs this operation.
call(T) - Method in interface net.mintern.functions.unary.checked.ObjToIntE
Performs this operation.
call(T) - Method in interface net.mintern.functions.unary.checked.ObjToLongE
Performs this operation.
call(T) - Method in interface net.mintern.functions.unary.checked.ObjToNilE
Performs this operation.
call(T) - Method in interface net.mintern.functions.unary.checked.ObjToObjE
Performs this operation.

D

DblToBool - Interface in net.mintern.functions.unary
An operation of type (double) -> boolean.
DblToBoolE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (double) -> boolean.
DblToDbl - Interface in net.mintern.functions.unary
An operation of type (double) -> double.
DblToDblE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (double) -> double.
DblToInt - Interface in net.mintern.functions.unary
An operation of type (double) -> int.
DblToIntE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (double) -> int.
DblToLong - Interface in net.mintern.functions.unary
An operation of type (double) -> long.
DblToLongE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (double) -> long.
DblToNil - Interface in net.mintern.functions.unary
An operation of type (double) -> void.
DblToNilE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (double) -> void.
DblToObj<R> - Interface in net.mintern.functions.unary
An operation of type (double) -> R.
DblToObjE<R,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (double) -> R.

I

IntToBool - Interface in net.mintern.functions.unary
An operation of type (int) -> boolean.
IntToBoolE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (int) -> boolean.
IntToDbl - Interface in net.mintern.functions.unary
An operation of type (int) -> double.
IntToDblE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (int) -> double.
IntToInt - Interface in net.mintern.functions.unary
An operation of type (int) -> int.
IntToIntE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (int) -> int.
IntToLong - Interface in net.mintern.functions.unary
An operation of type (int) -> long.
IntToLongE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (int) -> long.
IntToNil - Interface in net.mintern.functions.unary
An operation of type (int) -> void.
IntToNilE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (int) -> void.
IntToObj<R> - Interface in net.mintern.functions.unary
An operation of type (int) -> R.
IntToObjE<R,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (int) -> R.

L

LongToBool - Interface in net.mintern.functions.unary
An operation of type (long) -> boolean.
LongToBoolE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (long) -> boolean.
LongToDbl - Interface in net.mintern.functions.unary
An operation of type (long) -> double.
LongToDblE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (long) -> double.
LongToInt - Interface in net.mintern.functions.unary
An operation of type (long) -> int.
LongToIntE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (long) -> int.
LongToLong - Interface in net.mintern.functions.unary
An operation of type (long) -> long.
LongToLongE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (long) -> long.
LongToNil - Interface in net.mintern.functions.unary
An operation of type (long) -> void.
LongToNilE<E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (long) -> void.
LongToObj<R> - Interface in net.mintern.functions.unary
An operation of type (long) -> R.
LongToObjE<R,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (long) -> R.

N

net.mintern.functions.unary - package net.mintern.functions.unary
Provides @FunctionalInterfaces for 1-argument operations.
net.mintern.functions.unary.checked - package net.mintern.functions.unary.checked
Provides @FunctionalInterfaces for 1-argument operations that throw checked exceptions.

O

ObjToBool<T> - Interface in net.mintern.functions.unary
An operation of type (T) -> boolean.
ObjToBoolE<T,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (T) -> boolean.
ObjToDbl<T> - Interface in net.mintern.functions.unary
An operation of type (T) -> double.
ObjToDblE<T,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (T) -> double.
ObjToInt<T> - Interface in net.mintern.functions.unary
An operation of type (T) -> int.
ObjToIntE<T,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (T) -> int.
ObjToLong<T> - Interface in net.mintern.functions.unary
An operation of type (T) -> long.
ObjToLongE<T,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (T) -> long.
ObjToNil<T> - Interface in net.mintern.functions.unary
An operation of type (T) -> void.
ObjToNilE<T,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (T) -> void.
ObjToObj<T,R> - Interface in net.mintern.functions.unary
An operation of type (T) -> R.
ObjToObjE<T,R,E extends Exception> - Interface in net.mintern.functions.unary.checked
An operation of type (T) -> R.

T

test(double) - Method in interface net.mintern.functions.unary.DblToBool
Allows this to act as a DoublePredicate.
test(int) - Method in interface net.mintern.functions.unary.IntToBool
Allows this to act as a IntPredicate.
test(long) - Method in interface net.mintern.functions.unary.LongToBool
Allows this to act as a LongPredicate.
test(T) - Method in interface net.mintern.functions.unary.ObjToBool
Allows this to act as a Predicate<T>.

U

unchecked(Function<? super E, RuntimeException>, DblToBoolE<E>) - Static method in interface net.mintern.functions.unary.DblToBool
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(DblToBoolE<E>) - Static method in interface net.mintern.functions.unary.DblToBool
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, DblToDblE<E>) - Static method in interface net.mintern.functions.unary.DblToDbl
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(DblToDblE<E>) - Static method in interface net.mintern.functions.unary.DblToDbl
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, DblToIntE<E>) - Static method in interface net.mintern.functions.unary.DblToInt
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(DblToIntE<E>) - Static method in interface net.mintern.functions.unary.DblToInt
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, DblToLongE<E>) - Static method in interface net.mintern.functions.unary.DblToLong
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(DblToLongE<E>) - Static method in interface net.mintern.functions.unary.DblToLong
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, DblToNilE<E>) - Static method in interface net.mintern.functions.unary.DblToNil
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(DblToNilE<E>) - Static method in interface net.mintern.functions.unary.DblToNil
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, DblToObjE<R, E>) - Static method in interface net.mintern.functions.unary.DblToObj
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(DblToObjE<R, E>) - Static method in interface net.mintern.functions.unary.DblToObj
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, IntToBoolE<E>) - Static method in interface net.mintern.functions.unary.IntToBool
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(IntToBoolE<E>) - Static method in interface net.mintern.functions.unary.IntToBool
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, IntToDblE<E>) - Static method in interface net.mintern.functions.unary.IntToDbl
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(IntToDblE<E>) - Static method in interface net.mintern.functions.unary.IntToDbl
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, IntToIntE<E>) - Static method in interface net.mintern.functions.unary.IntToInt
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(IntToIntE<E>) - Static method in interface net.mintern.functions.unary.IntToInt
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, IntToLongE<E>) - Static method in interface net.mintern.functions.unary.IntToLong
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(IntToLongE<E>) - Static method in interface net.mintern.functions.unary.IntToLong
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, IntToNilE<E>) - Static method in interface net.mintern.functions.unary.IntToNil
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(IntToNilE<E>) - Static method in interface net.mintern.functions.unary.IntToNil
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, IntToObjE<R, E>) - Static method in interface net.mintern.functions.unary.IntToObj
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(IntToObjE<R, E>) - Static method in interface net.mintern.functions.unary.IntToObj
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, LongToBoolE<E>) - Static method in interface net.mintern.functions.unary.LongToBool
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(LongToBoolE<E>) - Static method in interface net.mintern.functions.unary.LongToBool
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, LongToDblE<E>) - Static method in interface net.mintern.functions.unary.LongToDbl
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(LongToDblE<E>) - Static method in interface net.mintern.functions.unary.LongToDbl
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, LongToIntE<E>) - Static method in interface net.mintern.functions.unary.LongToInt
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(LongToIntE<E>) - Static method in interface net.mintern.functions.unary.LongToInt
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, LongToLongE<E>) - Static method in interface net.mintern.functions.unary.LongToLong
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(LongToLongE<E>) - Static method in interface net.mintern.functions.unary.LongToLong
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, LongToNilE<E>) - Static method in interface net.mintern.functions.unary.LongToNil
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(LongToNilE<E>) - Static method in interface net.mintern.functions.unary.LongToNil
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, LongToObjE<R, E>) - Static method in interface net.mintern.functions.unary.LongToObj
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(LongToObjE<R, E>) - Static method in interface net.mintern.functions.unary.LongToObj
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, ObjToBoolE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToBool
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(ObjToBoolE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToBool
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, ObjToDblE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToDbl
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(ObjToDblE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToDbl
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, ObjToIntE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToInt
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(ObjToIntE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToInt
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, ObjToLongE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToLong
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(ObjToLongE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToLong
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, ObjToNilE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToNil
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(ObjToNilE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToNil
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
unchecked(Function<? super E, RuntimeException>, ObjToObjE<T, R, E>) - Static method in interface net.mintern.functions.unary.ObjToObj
Returns a wrapped version of f that uses toRuntime to convert any checked Exception to a RuntimeException.
unchecked(ObjToObjE<T, R, E>) - Static method in interface net.mintern.functions.unary.ObjToObj
Returns a wrapped version of f that wraps any checked Exception with a RuntimeException.
uncheckedIO(DblToBoolE<E>) - Static method in interface net.mintern.functions.unary.DblToBool
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(DblToDblE<E>) - Static method in interface net.mintern.functions.unary.DblToDbl
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(DblToIntE<E>) - Static method in interface net.mintern.functions.unary.DblToInt
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(DblToLongE<E>) - Static method in interface net.mintern.functions.unary.DblToLong
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(DblToNilE<E>) - Static method in interface net.mintern.functions.unary.DblToNil
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(DblToObjE<R, E>) - Static method in interface net.mintern.functions.unary.DblToObj
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(IntToBoolE<E>) - Static method in interface net.mintern.functions.unary.IntToBool
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(IntToDblE<E>) - Static method in interface net.mintern.functions.unary.IntToDbl
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(IntToIntE<E>) - Static method in interface net.mintern.functions.unary.IntToInt
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(IntToLongE<E>) - Static method in interface net.mintern.functions.unary.IntToLong
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(IntToNilE<E>) - Static method in interface net.mintern.functions.unary.IntToNil
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(IntToObjE<R, E>) - Static method in interface net.mintern.functions.unary.IntToObj
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(LongToBoolE<E>) - Static method in interface net.mintern.functions.unary.LongToBool
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(LongToDblE<E>) - Static method in interface net.mintern.functions.unary.LongToDbl
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(LongToIntE<E>) - Static method in interface net.mintern.functions.unary.LongToInt
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(LongToLongE<E>) - Static method in interface net.mintern.functions.unary.LongToLong
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(LongToNilE<E>) - Static method in interface net.mintern.functions.unary.LongToNil
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(LongToObjE<R, E>) - Static method in interface net.mintern.functions.unary.LongToObj
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(ObjToBoolE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToBool
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(ObjToDblE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToDbl
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(ObjToIntE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToInt
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(ObjToLongE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToLong
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(ObjToNilE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToNil
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
uncheckedIO(ObjToObjE<T, R, E>) - Static method in interface net.mintern.functions.unary.ObjToObj
Returns a wrapped version of f that wraps any IOException with an UncheckedIOException.
A B C D I L N O T U 
Skip navigation links

Copyright © 2015. All rights reserved.