Skip navigation links
$ A B C D E F G H I L M N O P R S T U V 

$

$accept(T, U) - Method in interface uk.kludje.fn.function.UBiConsumer
 
$accept(T) - Method in interface uk.kludje.fn.function.UConsumer
 
$accept(double) - Method in interface uk.kludje.fn.function.UDoubleConsumer
 
$accept(int) - Method in interface uk.kludje.fn.function.UIntConsumer
 
$accept(long) - Method in interface uk.kludje.fn.function.ULongConsumer
 
$accept(T, double) - Method in interface uk.kludje.fn.function.UObjDoubleConsumer
 
$accept(T, int) - Method in interface uk.kludje.fn.function.UObjIntConsumer
 
$accept(T, long) - Method in interface uk.kludje.fn.function.UObjLongConsumer
 
$accept(A, B, C, D, E, F) - Method in interface uk.kludje.fn.nary.UHexaConsumer
 
$accept(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.UPentaConsumer
 
$accept(A, B, C, D, E, F) - Method in interface uk.kludje.fn.nary.USeptaConsumer
 
$accept(A, B, C, D) - Method in interface uk.kludje.fn.nary.UTetraConsumer
 
$accept(A, B, C) - Method in interface uk.kludje.fn.nary.UTriConsumer
 
$apply(T, U) - Method in interface uk.kludje.fn.function.UBiFunction
 
$apply(T, T) - Method in interface uk.kludje.fn.function.UBinaryOperator
 
$apply(double) - Method in interface uk.kludje.fn.function.UDoubleFunction
 
$apply(T) - Method in interface uk.kludje.fn.function.UFunction
 
$apply(int) - Method in interface uk.kludje.fn.function.UIntFunction
 
$apply(long) - Method in interface uk.kludje.fn.function.ULongFunction
 
$apply(T) - Method in interface uk.kludje.fn.function.UUnaryOperator
 
$apply(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.UHexaFunction
 
$apply(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.UPentaFunction
 
$apply(A, B, C, D, E, F, G) - Method in interface uk.kludje.fn.nary.USeptaFunction
 
$apply(A, B, C, D) - Method in interface uk.kludje.fn.nary.UTetraFunction
 
$apply(A, B, C) - Method in interface uk.kludje.fn.nary.UTriFunction
 
$apply(T) - Method in interface uk.kludje.fn.Nullifier
Deprecated.
Implement this method with a lambda expression/method reference.
$apply(T) - Method in interface uk.kludje.Nullifier
Implement this method with a lambda expression/method reference.
$applyAsDouble(double, double) - Method in interface uk.kludje.fn.function.UDoubleBinaryOperator
 
$applyAsDouble(double) - Method in interface uk.kludje.fn.function.UDoubleUnaryOperator
 
$applyAsDouble(int) - Method in interface uk.kludje.fn.function.UIntToDoubleFunction
 
$applyAsDouble(long) - Method in interface uk.kludje.fn.function.ULongToDoubleFunction
 
$applyAsDouble(T, U) - Method in interface uk.kludje.fn.function.UToDoubleBiFunction
 
$applyAsDouble(T) - Method in interface uk.kludje.fn.function.UToDoubleFunction
 
$applyAsInt(double) - Method in interface uk.kludje.fn.function.UDoubleToIntFunction
 
$applyAsInt(int, int) - Method in interface uk.kludje.fn.function.UIntBinaryOperator
 
$applyAsInt(int) - Method in interface uk.kludje.fn.function.UIntUnaryOperator
 
$applyAsInt(long) - Method in interface uk.kludje.fn.function.ULongToIntFunction
 
$applyAsInt(T, U) - Method in interface uk.kludje.fn.function.UToIntBiFunction
 
$applyAsInt(T) - Method in interface uk.kludje.fn.function.UToIntFunction
 
$applyAsLong(double) - Method in interface uk.kludje.fn.function.UDoubleToLongFunction
 
$applyAsLong(int) - Method in interface uk.kludje.fn.function.UIntToLongFunction
 
$applyAsLong(long, long) - Method in interface uk.kludje.fn.function.ULongBinaryOperator
 
$applyAsLong(long) - Method in interface uk.kludje.fn.function.ULongUnaryOperator
 
$applyAsLong(T, U) - Method in interface uk.kludje.fn.function.UToLongBiFunction
 
$applyAsLong(T) - Method in interface uk.kludje.fn.function.UToLongFunction
 
$close() - Method in interface uk.kludje.fn.lang.UCloseableResource
 
$compare(T, T) - Method in interface uk.kludje.fn.util.UComparator
 
$get() - Method in interface uk.kludje.fn.function.USupplier
 
$getAsBoolean() - Method in interface uk.kludje.fn.function.UBooleanSupplier
 
$getAsDouble() - Method in interface uk.kludje.fn.function.UDoubleSupplier
 
$getAsInt() - Method in interface uk.kludje.fn.function.UIntSupplier
 
$getAsLong() - Method in interface uk.kludje.fn.function.ULongSupplier
 
$iterator() - Method in interface uk.kludje.fn.lang.UIterable
 
$run() - Method in interface uk.kludje.fn.lang.URunnable
 
$test(T, U) - Method in interface uk.kludje.fn.function.UBiPredicate
 
$test(double) - Method in interface uk.kludje.fn.function.UDoublePredicate
 
$test(int) - Method in interface uk.kludje.fn.function.UIntPredicate
 
$test(long) - Method in interface uk.kludje.fn.function.ULongPredicate
 
$test(T) - Method in interface uk.kludje.fn.function.UPredicate
 

A

accept(T, U) - Method in interface uk.kludje.fn.function.UBiConsumer
Invokes void $accept(T arg0, U arg1).
accept(T) - Method in interface uk.kludje.fn.function.UConsumer
Invokes void $accept(T arg0).
accept(double) - Method in interface uk.kludje.fn.function.UDoubleConsumer
Invokes void $accept(double arg0).
accept(int) - Method in interface uk.kludje.fn.function.UIntConsumer
Invokes void $accept(int arg0).
accept(long) - Method in interface uk.kludje.fn.function.ULongConsumer
Invokes void $accept(long arg0).
accept(T, double) - Method in interface uk.kludje.fn.function.UObjDoubleConsumer
Invokes void $accept(T arg0, double arg1).
accept(T, int) - Method in interface uk.kludje.fn.function.UObjIntConsumer
Invokes void $accept(T arg0, int arg1).
accept(T, long) - Method in interface uk.kludje.fn.function.UObjLongConsumer
Invokes void $accept(T arg0, long arg1).
accept(A, B, C, D, E, F) - Method in interface uk.kludje.fn.nary.HexaConsumer
 
accept(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.PentaConsumer
 
accept(A, B, C, D, E, F) - Method in interface uk.kludje.fn.nary.SeptaConsumer
 
accept(A, B, C, D) - Method in interface uk.kludje.fn.nary.TetraConsumer
 
accept(A, B, C) - Method in interface uk.kludje.fn.nary.TriConsumer
 
accept(A, B, C, D, E, F) - Method in interface uk.kludje.fn.nary.UHexaConsumer
Invokes void $accept(A a, B b, C c, D d, E e, F f).
accept(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.UPentaConsumer
Invokes void $accept(A a, B b, C c, D d, E e).
accept(A, B, C, D, E, F) - Method in interface uk.kludje.fn.nary.USeptaConsumer
Invokes void $accept(A a, B b, C c, D d, E e, F f).
accept(A, B, C, D) - Method in interface uk.kludje.fn.nary.UTetraConsumer
Invokes void $accept(A a, B b, C c, D d).
accept(A, B, C) - Method in interface uk.kludje.fn.nary.UTriConsumer
Invokes void $accept(A a, B b, C c).
andThenSpan(Nullifier<? super R, ? extends V>) - Method in interface uk.kludje.fn.Nullifier
Deprecated.
 
andThenSpan(Nullifier<? super R, ? extends V>) - Method in interface uk.kludje.Nullifier
Chains two instances together.
apply(T, U) - Method in interface uk.kludje.fn.function.UBiFunction
Invokes R $apply(T arg0, U arg1).
apply(T, T) - Method in interface uk.kludje.fn.function.UBinaryOperator
Invokes T $apply(T arg0, T arg1).
apply(double) - Method in interface uk.kludje.fn.function.UDoubleFunction
Invokes R $apply(double arg0).
apply(T) - Method in interface uk.kludje.fn.function.UFunction
Invokes R $apply(T arg0).
apply(int) - Method in interface uk.kludje.fn.function.UIntFunction
Invokes R $apply(int arg0).
apply(long) - Method in interface uk.kludje.fn.function.ULongFunction
Invokes R $apply(long arg0).
apply(T) - Method in interface uk.kludje.fn.function.UUnaryOperator
Invokes T $apply(T arg0).
apply(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.HexaFunction
 
apply(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.PentaFunction
 
apply(A, B, C, D, E, F, G) - Method in interface uk.kludje.fn.nary.SeptaFunction
 
apply(A, B, C, D) - Method in interface uk.kludje.fn.nary.TetraFunction
 
apply(A, B, C) - Method in interface uk.kludje.fn.nary.TriFunction
 
apply(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.UHexaFunction
Invokes R $apply(A a, B b, C c, D d, E e).
apply(A, B, C, D, E) - Method in interface uk.kludje.fn.nary.UPentaFunction
Invokes R $apply(A a, B b, C c, D d, E e).
apply(A, B, C, D, E, F, G) - Method in interface uk.kludje.fn.nary.USeptaFunction
Invokes R $apply(A a, B b, C c, D d, E e, F f, G g).
apply(A, B, C, D) - Method in interface uk.kludje.fn.nary.UTetraFunction
Invokes R $apply(A a, B b, C c, D d).
apply(A, B, C) - Method in interface uk.kludje.fn.nary.UTriFunction
Invokes R $apply(A a, B b, C c).
apply(T) - Method in interface uk.kludje.fn.Nullifier
Deprecated.
If the argument is null, returns null; else invokes Nullifier.$apply(Object).
apply(T) - Method in interface uk.kludje.Nullifier
If the argument is null, returns null; else invokes Nullifier.$apply(Object).
applyAsDouble(double, double) - Method in interface uk.kludje.fn.function.UDoubleBinaryOperator
Invokes double $applyAsDouble(double arg0, double arg1).
applyAsDouble(double) - Method in interface uk.kludje.fn.function.UDoubleUnaryOperator
Invokes double $applyAsDouble(double arg0).
applyAsDouble(int) - Method in interface uk.kludje.fn.function.UIntToDoubleFunction
Invokes double $applyAsDouble(int arg0).
applyAsDouble(long) - Method in interface uk.kludje.fn.function.ULongToDoubleFunction
Invokes double $applyAsDouble(long arg0).
applyAsDouble(T, U) - Method in interface uk.kludje.fn.function.UToDoubleBiFunction
Invokes double $applyAsDouble(T arg0, U arg1).
applyAsDouble(T) - Method in interface uk.kludje.fn.function.UToDoubleFunction
Invokes double $applyAsDouble(T arg0).
applyAsInt(double) - Method in interface uk.kludje.fn.function.UDoubleToIntFunction
Invokes int $applyAsInt(double arg0).
applyAsInt(int, int) - Method in interface uk.kludje.fn.function.UIntBinaryOperator
Invokes int $applyAsInt(int arg0, int arg1).
applyAsInt(int) - Method in interface uk.kludje.fn.function.UIntUnaryOperator
Invokes int $applyAsInt(int arg0).
applyAsInt(long) - Method in interface uk.kludje.fn.function.ULongToIntFunction
Invokes int $applyAsInt(long arg0).
applyAsInt(T, U) - Method in interface uk.kludje.fn.function.UToIntBiFunction
Invokes int $applyAsInt(T arg0, U arg1).
applyAsInt(T) - Method in interface uk.kludje.fn.function.UToIntFunction
Invokes int $applyAsInt(T arg0).
applyAsLong(double) - Method in interface uk.kludje.fn.function.UDoubleToLongFunction
Invokes long $applyAsLong(double arg0).
applyAsLong(int) - Method in interface uk.kludje.fn.function.UIntToLongFunction
Invokes long $applyAsLong(int arg0).
applyAsLong(long, long) - Method in interface uk.kludje.fn.function.ULongBinaryOperator
Invokes long $applyAsLong(long arg0, long arg1).
applyAsLong(long) - Method in interface uk.kludje.fn.function.ULongUnaryOperator
Invokes long $applyAsLong(long arg0).
applyAsLong(T, U) - Method in interface uk.kludje.fn.function.UToLongBiFunction
Invokes long $applyAsLong(T arg0, U arg1).
applyAsLong(T) - Method in interface uk.kludje.fn.function.UToLongFunction
Invokes long $applyAsLong(T arg0).
asUBiConsumer(UBiConsumer<T, U>) - Static method in interface uk.kludje.fn.function.UBiConsumer
Convenience method as an alternative to casting.
asUBiFunction(UBiFunction<T, U, R>) - Static method in interface uk.kludje.fn.function.UBiFunction
Convenience method as an alternative to casting.
asUBinaryOperator(UBinaryOperator<T>) - Static method in interface uk.kludje.fn.function.UBinaryOperator
Convenience method as an alternative to casting.
asUBiPredicate(UBiPredicate<T, U>) - Static method in interface uk.kludje.fn.function.UBiPredicate
Convenience method as an alternative to casting.
asUBooleanSupplier(UBooleanSupplier) - Static method in interface uk.kludje.fn.function.UBooleanSupplier
Convenience method as an alternative to casting.
asUCloseableResource(UCloseableResource) - Static method in interface uk.kludje.fn.lang.UCloseableResource
Convenience method as an alternative to casting.
asUComparator(UComparator<T>) - Static method in interface uk.kludje.fn.util.UComparator
Convenience method as an alternative to casting.
asUConsumer(UConsumer<T>) - Static method in interface uk.kludje.fn.function.UConsumer
Convenience method as an alternative to casting.
asUDoubleBinaryOperator(UDoubleBinaryOperator) - Static method in interface uk.kludje.fn.function.UDoubleBinaryOperator
Convenience method as an alternative to casting.
asUDoubleConsumer(UDoubleConsumer) - Static method in interface uk.kludje.fn.function.UDoubleConsumer
Convenience method as an alternative to casting.
asUDoubleFunction(UDoubleFunction<R>) - Static method in interface uk.kludje.fn.function.UDoubleFunction
Convenience method as an alternative to casting.
asUDoublePredicate(UDoublePredicate) - Static method in interface uk.kludje.fn.function.UDoublePredicate
Convenience method as an alternative to casting.
asUDoubleSupplier(UDoubleSupplier) - Static method in interface uk.kludje.fn.function.UDoubleSupplier
Convenience method as an alternative to casting.
asUDoubleToIntFunction(UDoubleToIntFunction) - Static method in interface uk.kludje.fn.function.UDoubleToIntFunction
Convenience method as an alternative to casting.
asUDoubleToLongFunction(UDoubleToLongFunction) - Static method in interface uk.kludje.fn.function.UDoubleToLongFunction
Convenience method as an alternative to casting.
asUDoubleUnaryOperator(UDoubleUnaryOperator) - Static method in interface uk.kludje.fn.function.UDoubleUnaryOperator
Convenience method as an alternative to casting.
asUFunction(UFunction<T, R>) - Static method in interface uk.kludje.fn.function.UFunction
Convenience method as an alternative to casting.
asUHexaConsumer(UHexaConsumer<A, B, C, D, E, F>) - Static method in interface uk.kludje.fn.nary.UHexaConsumer
Convenience method as an alternative to casting.
asUHexaFunction(UHexaFunction<A, B, C, D, E, R>) - Static method in interface uk.kludje.fn.nary.UHexaFunction
Convenience method as an alternative to casting.
asUIntBinaryOperator(UIntBinaryOperator) - Static method in interface uk.kludje.fn.function.UIntBinaryOperator
Convenience method as an alternative to casting.
asUIntConsumer(UIntConsumer) - Static method in interface uk.kludje.fn.function.UIntConsumer
Convenience method as an alternative to casting.
asUIntFunction(UIntFunction<R>) - Static method in interface uk.kludje.fn.function.UIntFunction
Convenience method as an alternative to casting.
asUIntPredicate(UIntPredicate) - Static method in interface uk.kludje.fn.function.UIntPredicate
Convenience method as an alternative to casting.
asUIntSupplier(UIntSupplier) - Static method in interface uk.kludje.fn.function.UIntSupplier
Convenience method as an alternative to casting.
asUIntToDoubleFunction(UIntToDoubleFunction) - Static method in interface uk.kludje.fn.function.UIntToDoubleFunction
Convenience method as an alternative to casting.
asUIntToLongFunction(UIntToLongFunction) - Static method in interface uk.kludje.fn.function.UIntToLongFunction
Convenience method as an alternative to casting.
asUIntUnaryOperator(UIntUnaryOperator) - Static method in interface uk.kludje.fn.function.UIntUnaryOperator
Convenience method as an alternative to casting.
asUIterable(UIterable<T>) - Static method in interface uk.kludje.fn.lang.UIterable
Convenience method as an alternative to casting.
asULongBinaryOperator(ULongBinaryOperator) - Static method in interface uk.kludje.fn.function.ULongBinaryOperator
Convenience method as an alternative to casting.
asULongConsumer(ULongConsumer) - Static method in interface uk.kludje.fn.function.ULongConsumer
Convenience method as an alternative to casting.
asULongFunction(ULongFunction<R>) - Static method in interface uk.kludje.fn.function.ULongFunction
Convenience method as an alternative to casting.
asULongPredicate(ULongPredicate) - Static method in interface uk.kludje.fn.function.ULongPredicate
Convenience method as an alternative to casting.
asULongSupplier(ULongSupplier) - Static method in interface uk.kludje.fn.function.ULongSupplier
Convenience method as an alternative to casting.
asULongToDoubleFunction(ULongToDoubleFunction) - Static method in interface uk.kludje.fn.function.ULongToDoubleFunction
Convenience method as an alternative to casting.
asULongToIntFunction(ULongToIntFunction) - Static method in interface uk.kludje.fn.function.ULongToIntFunction
Convenience method as an alternative to casting.
asULongUnaryOperator(ULongUnaryOperator) - Static method in interface uk.kludje.fn.function.ULongUnaryOperator
Convenience method as an alternative to casting.
asUObjDoubleConsumer(UObjDoubleConsumer<T>) - Static method in interface uk.kludje.fn.function.UObjDoubleConsumer
Convenience method as an alternative to casting.
asUObjIntConsumer(UObjIntConsumer<T>) - Static method in interface uk.kludje.fn.function.UObjIntConsumer
Convenience method as an alternative to casting.
asUObjLongConsumer(UObjLongConsumer<T>) - Static method in interface uk.kludje.fn.function.UObjLongConsumer
Convenience method as an alternative to casting.
asUPentaConsumer(UPentaConsumer<A, B, C, D, E>) - Static method in interface uk.kludje.fn.nary.UPentaConsumer
Convenience method as an alternative to casting.
asUPentaFunction(UPentaFunction<A, B, C, D, E, R>) - Static method in interface uk.kludje.fn.nary.UPentaFunction
Convenience method as an alternative to casting.
asUPredicate(UPredicate<T>) - Static method in interface uk.kludje.fn.function.UPredicate
Convenience method as an alternative to casting.
asURunnable(URunnable) - Static method in interface uk.kludje.fn.lang.URunnable
Convenience method as an alternative to casting.
asUSeptaConsumer(USeptaConsumer<A, B, C, D, E, F>) - Static method in interface uk.kludje.fn.nary.USeptaConsumer
Convenience method as an alternative to casting.
asUSeptaFunction(USeptaFunction<A, B, C, D, E, F, G, R>) - Static method in interface uk.kludje.fn.nary.USeptaFunction
Convenience method as an alternative to casting.
asUSupplier(USupplier<T>) - Static method in interface uk.kludje.fn.function.USupplier
Convenience method as an alternative to casting.
asUTetraConsumer(UTetraConsumer<A, B, C, D>) - Static method in interface uk.kludje.fn.nary.UTetraConsumer
Convenience method as an alternative to casting.
asUTetraFunction(UTetraFunction<A, B, C, D, R>) - Static method in interface uk.kludje.fn.nary.UTetraFunction
Convenience method as an alternative to casting.
asUToDoubleBiFunction(UToDoubleBiFunction<T, U>) - Static method in interface uk.kludje.fn.function.UToDoubleBiFunction
Convenience method as an alternative to casting.
asUToDoubleFunction(UToDoubleFunction<T>) - Static method in interface uk.kludje.fn.function.UToDoubleFunction
Convenience method as an alternative to casting.
asUToIntBiFunction(UToIntBiFunction<T, U>) - Static method in interface uk.kludje.fn.function.UToIntBiFunction
Convenience method as an alternative to casting.
asUToIntFunction(UToIntFunction<T>) - Static method in interface uk.kludje.fn.function.UToIntFunction
Convenience method as an alternative to casting.
asUToLongBiFunction(UToLongBiFunction<T, U>) - Static method in interface uk.kludje.fn.function.UToLongBiFunction
Convenience method as an alternative to casting.
asUToLongFunction(UToLongFunction<T>) - Static method in interface uk.kludje.fn.function.UToLongFunction
Convenience method as an alternative to casting.
asUTriConsumer(UTriConsumer<A, B, C>) - Static method in interface uk.kludje.fn.nary.UTriConsumer
Convenience method as an alternative to casting.
asUTriFunction(UTriFunction<A, B, C, R>) - Static method in interface uk.kludje.fn.nary.UTriFunction
Convenience method as an alternative to casting.
asUUnaryOperator(UUnaryOperator<T>) - Static method in interface uk.kludje.fn.function.UUnaryOperator
Convenience method as an alternative to casting.

B

booleans(Meta.BooleanGetter<T>...) - Method in class uk.kludje.Meta
 
bytes(Meta.ByteGetter<T>...) - Method in class uk.kludje.Meta
 

C

chars(Meta.CharGetter<T>...) - Method in class uk.kludje.Meta
 
close() - Method in interface uk.kludje.CloseableResource
Overrides the parent method which throws Exception.
close() - Method in interface uk.kludje.fn.lang.UCloseableResource
Invokes void $close().
CloseableResource - Interface in uk.kludje
An AutoCloseable type without a throws declaration.
compare(T, T) - Method in interface uk.kludje.fn.util.UComparator
Invokes int $compare(T arg0, T arg1).

D

doubles(Meta.DoubleGetter<T>...) - Method in class uk.kludje.Meta
 

E

equals(T, Object) - Method in class uk.kludje.Meta
any is equal to t if it is of type T and all the properties defined by this type are equal.
eval(A, Nullifier<? super A, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
eval(A, Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends Z>) - Static method in interface uk.kludje.Nullifier
Convenience method for evaluating a chain of Nullifier calls.
eval(A, Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
eval(A, Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends D>, Nullifier<? super D, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
eval(A, Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends D>, Nullifier<? super D, ? extends E>, Nullifier<? super E, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
Exceptions - Class in uk.kludje
Methods for translating checked exceptions to unchecked exceptions and back.
Exceptions.ExceptionDeclarer - Class in uk.kludje
A utility type for declaring exceptions.
Exceptions.UncheckedMarker - Error in uk.kludje
This error type cannot be thrown; it exists to allow callers of Exceptions.throwChecked(Throwable) to express intent with the throw keyword.
expected() - Method in interface uk.kludje.CloseableResource
Fluent method for allowing an instance to declare it throws any Throwable.
expected() - Method in class uk.kludje.Exceptions.ExceptionDeclarer
This method does nothing but return itself.
expected() - Static method in class uk.kludje.Exceptions
Declares that the scope expects a checked exception.

F

floats(Meta.FloatGetter<T>...) - Method in class uk.kludje.Meta
 

G

get() - Method in interface uk.kludje.fn.function.USupplier
Invokes T $get().
get(T) - Method in interface uk.kludje.Meta.Getter
Reads a property value from the argument.
getAsBoolean() - Method in interface uk.kludje.fn.function.UBooleanSupplier
Invokes boolean $getAsBoolean().
getAsDouble() - Method in interface uk.kludje.fn.function.UDoubleSupplier
Invokes double $getAsDouble().
getAsInt() - Method in interface uk.kludje.fn.function.UIntSupplier
Invokes int $getAsInt().
getAsLong() - Method in interface uk.kludje.fn.function.ULongSupplier
Invokes long $getAsLong().
getBoolean(T) - Method in interface uk.kludje.Meta.BooleanGetter
 
getByte(T) - Method in interface uk.kludje.Meta.ByteGetter
 
getChar(T) - Method in interface uk.kludje.Meta.CharGetter
 
getDouble(T) - Method in interface uk.kludje.Meta.DoubleGetter
 
getFloat(T) - Method in interface uk.kludje.Meta.FloatGetter
 
getInt(T) - Method in interface uk.kludje.Meta.IntGetter
 
getLong(T) - Method in interface uk.kludje.Meta.LongGetter
 
getShort(T) - Method in interface uk.kludje.Meta.ShortGetter
 

H

hashCode(T) - Method in class uk.kludje.Meta
Creates a hash of all values defined by the properties provided to this instance.
HexaConsumer<A,B,C,D,E,F> - Interface in uk.kludje.fn.nary
 
HexaFunction<A,B,C,D,E,R> - Interface in uk.kludje.fn.nary
 

I

ints(Meta.IntGetter<T>...) - Method in class uk.kludje.Meta
 
isNull(A, Nullifier<? super A, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
isNull(A, Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends Z>) - Static method in interface uk.kludje.Nullifier
Convenience method for evaluating a chain of Nullifier calls to see if any link is null.
isNull(A, Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
isNull(A, Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends D>, Nullifier<? super D, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
isNull(A, Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends D>, Nullifier<? super D, ? extends E>, Nullifier<? super E, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
iterator() - Method in interface uk.kludje.fn.lang.UIterable
Invokes java.util.Iterator<T> $iterator().

L

longs(Meta.LongGetter<T>...) - Method in class uk.kludje.Meta
 

M

Meta<T> - Class in uk.kludje
Provides a basic meta-method builder for common Object method implementations.
meta() - Static method in class uk.kludje.Meta
 
Meta.BooleanGetter<T> - Interface in uk.kludje
 
Meta.ByteGetter<T> - Interface in uk.kludje
 
Meta.CharGetter<T> - Interface in uk.kludje
 
Meta.DoubleGetter<T> - Interface in uk.kludje
 
Meta.FloatGetter<T> - Interface in uk.kludje
 
Meta.Getter<T> - Interface in uk.kludje
A functional interface for reading a property value.
Meta.IntGetter<T> - Interface in uk.kludje
 
Meta.LongGetter<T> - Interface in uk.kludje
 
Meta.ShortGetter<T> - Interface in uk.kludje
 

N

Nil - Enum in uk.kludje
Instance for when an arbitrary type and value is required.
Nullifier<T,R> - Interface in uk.kludje.fn
Deprecated.
use Nullifier instead; this type will be removed
Nullifier<T,R> - Interface in uk.kludje
A functional interface with null-safe checks.

O

objects(Meta.Getter<T>...) - Method in class uk.kludje.Meta
Use to specify properties of type object that should be considered by this type.

P

PentaConsumer<A,B,C,D,E> - Interface in uk.kludje.fn.nary
 
PentaFunction<A,B,C,D,E,R> - Interface in uk.kludje.fn.nary
 

R

run() - Method in interface uk.kludje.fn.lang.URunnable
Invokes void $run().

S

SeptaConsumer<A,B,C,D,E,F> - Interface in uk.kludje.fn.nary
 
SeptaFunction<A,B,C,D,E,F,G,R> - Interface in uk.kludje.fn.nary
 
shorts(Meta.ShortGetter<T>...) - Method in class uk.kludje.Meta
 
span(Nullifier<A, B>, Nullifier<B, Z>) - Static method in interface uk.kludje.fn.Nullifier
Deprecated.
Creates a null-safe chain of calls spanning possibly null call sites.
span(Nullifier<A, B>, Nullifier<B, C>, Nullifier<C, Z>) - Static method in interface uk.kludje.fn.Nullifier
Deprecated.
 
span(Nullifier<A, B>, Nullifier<B, C>, Nullifier<C, D>, Nullifier<D, Z>) - Static method in interface uk.kludje.fn.Nullifier
Deprecated.
 
span(Nullifier<A, B>, Nullifier<B, C>, Nullifier<C, D>, Nullifier<D, E>, Nullifier<E, Z>) - Static method in interface uk.kludje.fn.Nullifier
Deprecated.
 
span(Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends Z>) - Static method in interface uk.kludje.Nullifier
Creates a null-safe chain of calls spanning possibly null call sites.
span(Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
span(Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends D>, Nullifier<? super D, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 
span(Nullifier<? super A, ? extends B>, Nullifier<? super B, ? extends C>, Nullifier<? super C, ? extends D>, Nullifier<? super D, ? extends E>, Nullifier<? super E, ? extends Z>) - Static method in interface uk.kludje.Nullifier
 

T

test(T, U) - Method in interface uk.kludje.fn.function.UBiPredicate
Invokes boolean $test(T arg0, U arg1).
test(double) - Method in interface uk.kludje.fn.function.UDoublePredicate
Invokes boolean $test(double arg0).
test(int) - Method in interface uk.kludje.fn.function.UIntPredicate
Invokes boolean $test(int arg0).
test(long) - Method in interface uk.kludje.fn.function.ULongPredicate
Invokes boolean $test(long arg0).
test(T) - Method in interface uk.kludje.fn.function.UPredicate
Invokes boolean $test(T arg0).
TetraConsumer<A,B,C,D> - Interface in uk.kludje.fn.nary
 
TetraFunction<A,B,C,D,R> - Interface in uk.kludje.fn.nary
 
throwChecked(Throwable) - Static method in class uk.kludje.Exceptions
Throws any type of Throwable as an unchecked type.
toString(T) - Method in class uk.kludje.Meta
Creates a string form of the type for debugging purposes.
TriConsumer<A,B,C> - Interface in uk.kludje.fn.nary
 
TriFunction<A,B,C,R> - Interface in uk.kludje.fn.nary
 

U

UBiConsumer<T,U> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UBiFunction<T,U,R> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UBinaryOperator<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UBiPredicate<T,U> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UBooleanSupplier - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UCloseableResource - Interface in uk.kludje.fn.lang
A functional interface for handling checked exceptions.
UComparator<T> - Interface in uk.kludje.fn.util
A functional interface for handling checked exceptions.
UConsumer<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UDoubleBinaryOperator - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UDoubleConsumer - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UDoubleFunction<R> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UDoublePredicate - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UDoubleSupplier - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UDoubleToIntFunction - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UDoubleToLongFunction - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UDoubleUnaryOperator - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UFunction<T,R> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UHexaConsumer<A,B,C,D,E,F> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
UHexaFunction<A,B,C,D,E,R> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
UIntBinaryOperator - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UIntConsumer - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UIntFunction<R> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UIntPredicate - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UIntSupplier - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UIntToDoubleFunction - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UIntToLongFunction - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UIntUnaryOperator - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UIterable<T> - Interface in uk.kludje.fn.lang
A functional interface for handling checked exceptions.
uk.kludje - package uk.kludje
Base kludje types.
uk.kludje.fn - package uk.kludje.fn
 
uk.kludje.fn.function - package uk.kludje.fn.function
Checked exception handling functional interfaces in java.util.function.
uk.kludje.fn.lang - package uk.kludje.fn.lang
Checked exception handling functional interfaces in java.lang.
uk.kludje.fn.nary - package uk.kludje.fn.nary
N-ary functional interfaces.
uk.kludje.fn.util - package uk.kludje.fn.util
Checked exception handling functional interfaces in java.util.
ULongBinaryOperator - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
ULongConsumer - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
ULongFunction<R> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
ULongPredicate - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
ULongSupplier - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
ULongToDoubleFunction - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
ULongToIntFunction - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
ULongUnaryOperator - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UObjDoubleConsumer<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UObjIntConsumer<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UObjLongConsumer<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UPentaConsumer<A,B,C,D,E> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
UPentaFunction<A,B,C,D,E,R> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
UPredicate<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
URunnable - Interface in uk.kludje.fn.lang
A functional interface for handling checked exceptions.
USeptaConsumer<A,B,C,D,E,F> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
USeptaFunction<A,B,C,D,E,F,G,R> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
USupplier<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UTetraConsumer<A,B,C,D> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
UTetraFunction<A,B,C,D,R> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
UToDoubleBiFunction<T,U> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UToDoubleFunction<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UToIntBiFunction<T,U> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UToIntFunction<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UToLongBiFunction<T,U> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UToLongFunction<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.
UTriConsumer<A,B,C> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
UTriFunction<A,B,C,R> - Interface in uk.kludje.fn.nary
A functional interface for handling checked exceptions.
UUnaryOperator<T> - Interface in uk.kludje.fn.function
A functional interface for handling checked exceptions.

V

valueOf(String) - Static method in enum uk.kludje.Nil
Returns the enum constant of this type with the specified name.
values() - Static method in enum uk.kludje.Nil
Returns an array containing the constants of this enum type, in the order they are declared.
$ A B C D E F G H I L M N O P R S T U V 
Skip navigation links