Skip navigation links
A B C F G P S T 

A

accept(T, U) - Method in interface com.kirekov.sneaky.lambda.CheckedBiConsumer
Performs the operation on the given arguments.
accept(T) - Method in interface com.kirekov.sneaky.lambda.CheckedConsumer
Performs this operation on the given argument.
apply(T, U) - Method in interface com.kirekov.sneaky.lambda.CheckedBiFunction
Applies this function to the given arguments.
apply(T) - Method in interface com.kirekov.sneaky.lambda.CheckedFunction
Applies this function to the given argument.

B

biConsumer(CheckedBiConsumer<T, U>) - Static method in class com.kirekov.sneaky.Sneaky
Returns BiConsumer that may throw Exception ignoring throws Exception clause in the method signature.
biFunction(CheckedBiFunction<T, U, R>) - Static method in class com.kirekov.sneaky.Sneaky
Returns BiFunction that may throw Exception ignoring throws Exception clause in the method signature.
biPredicate(CheckedBiPredicate<T, U>) - Static method in class com.kirekov.sneaky.Sneaky
Returns BiPredicate that may throw Exception ignoring throws Exception clause in the method signature.

C

CheckedBiConsumer<T,U> - Interface in com.kirekov.sneaky.lambda
BiConsumer that may throw Exception.
CheckedBiFunction<T,U,R> - Interface in com.kirekov.sneaky.lambda
BiFunction that may throw Exception.
CheckedBiPredicate<T,U> - Interface in com.kirekov.sneaky.lambda
BiPredicate that may throw Exception.
CheckedConsumer<T> - Interface in com.kirekov.sneaky.lambda
Consumer that may throw Exception.
CheckedFunction<T,R> - Interface in com.kirekov.sneaky.lambda
Function that may throw Exception.
CheckedPredicate<T> - Interface in com.kirekov.sneaky.lambda
Predicate that may throw Exception.
CheckedSupplier<T> - Interface in com.kirekov.sneaky.lambda
Supplier that may throw Exception.
com.kirekov.sneaky - package com.kirekov.sneaky
 
com.kirekov.sneaky.lambda - package com.kirekov.sneaky.lambda
 
consumer(CheckedConsumer<T>) - Static method in class com.kirekov.sneaky.Sneaky
Returns Consumer that may throw Exception ignoring throws Exception clause in the method signature.

F

function(CheckedFunction<T, R>) - Static method in class com.kirekov.sneaky.Sneaky
Returns Function that may throw Exception ignoring throws Exception clause in the method signature.

G

get() - Method in interface com.kirekov.sneaky.lambda.CheckedSupplier
Gets a result.

P

predicate(CheckedPredicate<T>) - Static method in class com.kirekov.sneaky.Sneaky
Returns Predicate that may throw Exception ignoring throws Exception clause in the method signature.

S

Sneaky - Class in com.kirekov.sneaky
Factory for sneaky wrappers.
supplier(CheckedSupplier<T>) - Static method in class com.kirekov.sneaky.Sneaky
Returns Supplier that may throw Exception ignoring throws Exception clause in the method signature.

T

test(T, U) - Method in interface com.kirekov.sneaky.lambda.CheckedBiPredicate
Evaluates this predicate on the given arguments.
test(T) - Method in interface com.kirekov.sneaky.lambda.CheckedPredicate
Evaluates this predicate on the given argument.
throwUnchecked(Exception) - Static method in class com.kirekov.sneaky.Sneaky
Throws Exception.
A B C F G P S T 
Skip navigation links