A E G R S T 
All Classes All Packages

A

accept(double) - Method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleConsumer
Performs this operation on the given argument.
accept(int) - Method in interface eu.ciechanowiec.sneakyfun.SneakyIntConsumer
Performs this operation on the given argument.
accept(long) - Method in interface eu.ciechanowiec.sneakyfun.SneakyLongConsumer
Performs this operation on the given argument.
accept(T) - Method in interface eu.ciechanowiec.sneakyfun.SneakyConsumer
Performs this operation on the given argument.
accept(T, double) - Method in interface eu.ciechanowiec.sneakyfun.SneakyObjDoubleConsumer
Performs this operation on the given arguments.
accept(T, int) - Method in interface eu.ciechanowiec.sneakyfun.SneakyObjIntConsumer
Performs this operation on the given arguments.
accept(T, long) - Method in interface eu.ciechanowiec.sneakyfun.SneakyObjLongConsumer
Performs this operation on the given arguments.
accept(T, U) - Method in interface eu.ciechanowiec.sneakyfun.SneakyBiConsumer
Performs this operation on the given arguments.
apply(double) - Method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleFunction
Applies this function to the given argument.
apply(int) - Method in interface eu.ciechanowiec.sneakyfun.SneakyIntFunction
Applies this function to the given argument.
apply(long) - Method in interface eu.ciechanowiec.sneakyfun.SneakyLongFunction
Applies this function to the given argument.
apply(T) - Method in interface eu.ciechanowiec.sneakyfun.SneakyFunction
Applies this function to the given argument.
apply(T, U) - Method in interface eu.ciechanowiec.sneakyfun.SneakyBiFunction
Applies this function to the given arguments.
applyAsDouble(double) - Method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleUnaryOperator
Applies this operator to the given operand.
applyAsDouble(double, double) - Method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleBinaryOperator
Applies this operator to the given operands.
applyAsDouble(int) - Method in interface eu.ciechanowiec.sneakyfun.SneakyIntToDoubleFunction
Applies this function to the given argument.
applyAsDouble(long) - Method in interface eu.ciechanowiec.sneakyfun.SneakyLongToDoubleFunction
Applies this function to the given argument.
applyAsDouble(T) - Method in interface eu.ciechanowiec.sneakyfun.SneakyToDoubleFunction
Applies this function to the given argument.
applyAsDouble(T, U) - Method in interface eu.ciechanowiec.sneakyfun.SneakyToDoubleBiFunction
Applies this function to the given arguments.
applyAsInt(double) - Method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleToIntFunction
Applies this function to the given argument.
applyAsInt(int) - Method in interface eu.ciechanowiec.sneakyfun.SneakyIntUnaryOperator
Applies this operator to the given operand.
applyAsInt(int, int) - Method in interface eu.ciechanowiec.sneakyfun.SneakyIntBinaryOperator
Applies this operator to the given operands.
applyAsInt(long) - Method in interface eu.ciechanowiec.sneakyfun.SneakyLongToIntFunction
Applies this function to the given argument.
applyAsInt(T) - Method in interface eu.ciechanowiec.sneakyfun.SneakyToIntFunction
Applies this function to the given argument.
applyAsInt(T, U) - Method in interface eu.ciechanowiec.sneakyfun.SneakyToIntBiFunction
Applies this function to the given arguments.
applyAsLong(double) - Method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleToLongFunction
Applies this function to the given argument.
applyAsLong(int) - Method in interface eu.ciechanowiec.sneakyfun.SneakyIntToLongFunction
Applies this function to the given argument.
applyAsLong(long) - Method in interface eu.ciechanowiec.sneakyfun.SneakyLongUnaryOperator
Applies this operator to the given operand.
applyAsLong(long, long) - Method in interface eu.ciechanowiec.sneakyfun.SneakyLongBinaryOperator
Applies this operator to the given operands.
applyAsLong(T) - Method in interface eu.ciechanowiec.sneakyfun.SneakyToLongFunction
Applies this function to the given argument.
applyAsLong(T, U) - Method in interface eu.ciechanowiec.sneakyfun.SneakyToLongBiFunction
Applies this function to the given arguments.

E

eu.ciechanowiec.sneakyfun - package eu.ciechanowiec.sneakyfun
 

G

get() - Method in interface eu.ciechanowiec.sneakyfun.SneakySupplier
Gets a result.
getAsBoolean() - Method in interface eu.ciechanowiec.sneakyfun.SneakyBooleanSupplier
Gets a result.
getAsDouble() - Method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleSupplier
Gets a result.
getAsInt() - Method in interface eu.ciechanowiec.sneakyfun.SneakyIntSupplier
Gets a result.
getAsLong() - Method in interface eu.ciechanowiec.sneakyfun.SneakyLongSupplier
Gets a result.

R

run() - Method in interface eu.ciechanowiec.sneakyfun.SneakyRunnable
Takes any command and runs it in a void manner, without returning a result value.

S

sneaky(SneakyBiConsumer<T, U, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyBiConsumer
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyBiFunction<T, U, R, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyBiFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyBinaryOperator<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyBinaryOperator
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyBiPredicate<T, U, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyBiPredicate
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyBooleanSupplier<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyBooleanSupplier
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyConsumer<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyConsumer
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyDoubleBinaryOperator<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleBinaryOperator
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyDoubleConsumer<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleConsumer
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyDoubleFunction<R, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyDoublePredicate<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyDoublePredicate
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyDoubleSupplier<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleSupplier
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyDoubleToIntFunction<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleToIntFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyDoubleToLongFunction<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleToLongFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyDoubleUnaryOperator<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyDoubleUnaryOperator
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyFunction<T, R, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyIntBinaryOperator<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyIntBinaryOperator
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyIntConsumer<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyIntConsumer
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyIntFunction<R, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyIntFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyIntPredicate<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyIntPredicate
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyIntSupplier<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyIntSupplier
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyIntToDoubleFunction<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyIntToDoubleFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyIntToLongFunction<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyIntToLongFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyIntUnaryOperator<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyIntUnaryOperator
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyLongBinaryOperator<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyLongBinaryOperator
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyLongConsumer<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyLongConsumer
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyLongFunction<R, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyLongFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyLongPredicate<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyLongPredicate
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyLongSupplier<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyLongSupplier
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyLongToDoubleFunction<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyLongToDoubleFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyLongToIntFunction<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyLongToIntFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyLongUnaryOperator<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyLongUnaryOperator
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyObjDoubleConsumer<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyObjDoubleConsumer
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyObjIntConsumer<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyObjIntConsumer
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyObjLongConsumer<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyObjLongConsumer
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyPredicate<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyPredicate
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyRunnable<X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyRunnable
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface Runnable (original interface).
sneaky(SneakySupplier<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakySupplier
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyToDoubleBiFunction<T, U, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyToDoubleBiFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyToDoubleFunction<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyToDoubleFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyToIntBiFunction<T, U, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyToIntBiFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyToIntFunction<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyToIntFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyToLongBiFunction<T, U, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyToLongBiFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyToLongFunction<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyToLongFunction
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
sneaky(SneakyUnaryOperator<T, X>) - Static method in interface eu.ciechanowiec.sneakyfun.SneakyUnaryOperator
Wraps the passed sneaky functional interface (sneaky interface) into the analogous functional interface from the java.util.function package (original interface).
SneakyBiConsumer<T,​U,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation that accepts two input arguments and returns no result.
SneakyBiFunction<T,​U,​R,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts two arguments and produces a result.
SneakyBinaryOperator<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
SneakyBiPredicate<T,​U,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a predicate (boolean-valued function) of two arguments.
SneakyBooleanSupplier<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a supplier of boolean-valued results.
SneakyConsumer<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation that accepts a single input argument and returns no result.
SneakyDoubleBinaryOperator<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation upon two double-valued operands and producing a double-valued result.
SneakyDoubleConsumer<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation that accepts a single double-valued argument and returns no result.
SneakyDoubleFunction<R,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts a double-valued argument and produces a result.
SneakyDoublePredicate<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a predicate (boolean-valued function) of one double-valued argument.
SneakyDoubleSupplier<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a supplier of double-valued results.
SneakyDoubleToIntFunction<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts a double-valued argument and produces an int-valued result.
SneakyDoubleToLongFunction<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts a double-valued argument and produces a long-valued result.
SneakyDoubleUnaryOperator<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation on a single double-valued operand that produces a double-valued result.
SneakyFunction<T,​R,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts one argument and produces a result.
SneakyIntBinaryOperator<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation upon two int-valued operands and producing an int-valued result.
SneakyIntConsumer<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation that accepts a single int-valued argument and returns no result.
SneakyIntFunction<R,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts an int-valued argument and produces a result.
SneakyIntPredicate<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a predicate (boolean-valued function) of one int-valued argument.
SneakyIntSupplier<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a supplier of int-valued results.
SneakyIntToDoubleFunction<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts an int-valued argument and produces a double-valued result.
SneakyIntToLongFunction<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts an int-valued argument and produces a long-valued result.
SneakyIntUnaryOperator<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation on a single int-valued operand that produces an int-valued result.
SneakyLongBinaryOperator<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation upon two long-valued operands and producing a long-valued result.
SneakyLongConsumer<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation that accepts a single long-valued argument and returns no result.
SneakyLongFunction<R,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts a long-valued argument and produces a result.
SneakyLongPredicate<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a predicate (boolean-valued function) of one long-valued argument.
SneakyLongSupplier<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a supplier of long-valued results.
SneakyLongToDoubleFunction<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts a long-valued argument and produces a double-valued result.
SneakyLongToIntFunction<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts a long-valued argument and produces an int-valued result.
SneakyLongUnaryOperator<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation on a single long-valued operand that produces a long-valued result.
SneakyObjDoubleConsumer<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation that accepts an object-valued and a double-valued argument, and returns no result.
SneakyObjIntConsumer<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation that accepts an object-valued and a int-valued argument, and returns no result.
SneakyObjLongConsumer<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation that accepts an object-valued and a long-valued argument, and returns no result.
SneakyPredicate<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a predicate (boolean-valued function) of one argument.
SneakyRunnable<X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that takes any command and runs it in a void manner, without returning a result.
SneakySupplier<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a supplier of results.
SneakyToDoubleBiFunction<T,​U,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts two arguments and produces a double-valued result.
SneakyToDoubleFunction<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that produces a double-valued result.
SneakyToIntBiFunction<T,​U,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts two arguments and produces an int-valued result.
SneakyToIntFunction<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that produces an int-valued result.
SneakyToLongBiFunction<T,​U,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that accepts two arguments and produces a long-valued result.
SneakyToLongFunction<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents a function that produces a long-valued result.
SneakyUnaryOperator<T,​X extends Exception> - Interface in eu.ciechanowiec.sneakyfun
Represents an operation on a single operand that produces a result of the same type as its operand.

T

test(double) - Method in interface eu.ciechanowiec.sneakyfun.SneakyDoublePredicate
Evaluates this predicate on the given argument.
test(int) - Method in interface eu.ciechanowiec.sneakyfun.SneakyIntPredicate
Evaluates this predicate on the given argument.
test(long) - Method in interface eu.ciechanowiec.sneakyfun.SneakyLongPredicate
Evaluates this predicate on the given argument.
test(T) - Method in interface eu.ciechanowiec.sneakyfun.SneakyPredicate
Evaluates this predicate on the given argument.
test(T, U) - Method in interface eu.ciechanowiec.sneakyfun.SneakyBiPredicate
Evaluates this predicate on the given arguments.
A E G R S T 
All Classes All Packages