- 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.
- 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
-
- uncheckedIO(DblToDblE<E>) - Static method in interface net.mintern.functions.unary.DblToDbl
-
- uncheckedIO(DblToIntE<E>) - Static method in interface net.mintern.functions.unary.DblToInt
-
- uncheckedIO(DblToLongE<E>) - Static method in interface net.mintern.functions.unary.DblToLong
-
- uncheckedIO(DblToNilE<E>) - Static method in interface net.mintern.functions.unary.DblToNil
-
- uncheckedIO(DblToObjE<R, E>) - Static method in interface net.mintern.functions.unary.DblToObj
-
- uncheckedIO(IntToBoolE<E>) - Static method in interface net.mintern.functions.unary.IntToBool
-
- uncheckedIO(IntToDblE<E>) - Static method in interface net.mintern.functions.unary.IntToDbl
-
- uncheckedIO(IntToIntE<E>) - Static method in interface net.mintern.functions.unary.IntToInt
-
- uncheckedIO(IntToLongE<E>) - Static method in interface net.mintern.functions.unary.IntToLong
-
- uncheckedIO(IntToNilE<E>) - Static method in interface net.mintern.functions.unary.IntToNil
-
- uncheckedIO(IntToObjE<R, E>) - Static method in interface net.mintern.functions.unary.IntToObj
-
- uncheckedIO(LongToBoolE<E>) - Static method in interface net.mintern.functions.unary.LongToBool
-
- uncheckedIO(LongToDblE<E>) - Static method in interface net.mintern.functions.unary.LongToDbl
-
- uncheckedIO(LongToIntE<E>) - Static method in interface net.mintern.functions.unary.LongToInt
-
- uncheckedIO(LongToLongE<E>) - Static method in interface net.mintern.functions.unary.LongToLong
-
- uncheckedIO(LongToNilE<E>) - Static method in interface net.mintern.functions.unary.LongToNil
-
- uncheckedIO(LongToObjE<R, E>) - Static method in interface net.mintern.functions.unary.LongToObj
-
- uncheckedIO(ObjToBoolE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToBool
-
- uncheckedIO(ObjToDblE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToDbl
-
- uncheckedIO(ObjToIntE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToInt
-
- uncheckedIO(ObjToLongE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToLong
-
- uncheckedIO(ObjToNilE<T, E>) - Static method in interface net.mintern.functions.unary.ObjToNil
-
- uncheckedIO(ObjToObjE<T, R, E>) - Static method in interface net.mintern.functions.unary.ObjToObj
-