- 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.