Skip navigation links
A B C D F G I L O P R S T U 

A

accept(T, U) - Method in interface com.github.fge.lambdas.consumers.ThrowingBiConsumer
 
accept(T) - Method in interface com.github.fge.lambdas.consumers.ThrowingConsumer
 
accept(double) - Method in interface com.github.fge.lambdas.consumers.ThrowingDoubleConsumer
 
accept(int) - Method in interface com.github.fge.lambdas.consumers.ThrowingIntConsumer
 
accept(long) - Method in interface com.github.fge.lambdas.consumers.ThrowingLongConsumer
 
accept(T, double) - Method in interface com.github.fge.lambdas.consumers.ThrowingObjDoubleConsumer
 
accept(T, int) - Method in interface com.github.fge.lambdas.consumers.ThrowingObjIntConsumer
 
accept(T, long) - Method in interface com.github.fge.lambdas.consumers.ThrowingObjLongConsumer
 
apply(double) - Method in interface com.github.fge.lambdas.functions.doublefunctions.ThrowingDoubleFunction
 
apply(int) - Method in interface com.github.fge.lambdas.functions.intfunctions.ThrowingIntFunction
 
apply(long) - Method in interface com.github.fge.lambdas.functions.longfunctions.ThrowingLongFunction
 
apply(T, T) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingBinaryOperator
 
apply(T) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingUnaryOperator
 
apply(T, U) - Method in interface com.github.fge.lambdas.functions.ThrowingBiFunction
 
apply(T) - Method in interface com.github.fge.lambdas.functions.ThrowingFunction
 
applyAsDouble(int) - Method in interface com.github.fge.lambdas.functions.intfunctions.ThrowingIntToDoubleFunction
 
applyAsDouble(long) - Method in interface com.github.fge.lambdas.functions.longfunctions.ThrowingLongToDoubleFunction
 
applyAsDouble(double, double) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingDoubleBinaryOperator
 
applyAsDouble(double) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingDoubleUnaryOperator
 
applyAsDouble(T) - Method in interface com.github.fge.lambdas.functions.ThrowingToDoubleFunction
 
applyAsInt(double) - Method in interface com.github.fge.lambdas.functions.doublefunctions.ThrowingDoubleToIntFunction
 
applyAsInt(long) - Method in interface com.github.fge.lambdas.functions.longfunctions.ThrowingLongToIntFunction
 
applyAsInt(int, int) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingIntBinaryOperator
 
applyAsInt(int) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingIntUnaryOperator
 
applyAsInt(T) - Method in interface com.github.fge.lambdas.functions.ThrowingToIntFunction
 
applyAsLong(double) - Method in interface com.github.fge.lambdas.functions.doublefunctions.ThrowingDoubleToLongFunction
 
applyAsLong(int) - Method in interface com.github.fge.lambdas.functions.intfunctions.ThrowingIntToLongFunction
 
applyAsLong(long, long) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingLongBinaryOperator
 
applyAsLong(long) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingLongUnaryOperator
 
applyAsLong(T) - Method in interface com.github.fge.lambdas.functions.ThrowingToLongFunction
 

B

biConsumer(ThrowingBiConsumer<T, U>) - Static method in class com.github.fge.lambdas.Throwing
 
BiConsumerChainer<T,U> - Class in com.github.fge.lambdas.consumers
 
BiConsumerChainer(ThrowingBiConsumer<T, U>) - Constructor for class com.github.fge.lambdas.consumers.BiConsumerChainer
 
biFunction(ThrowingBiFunction<T, U, R>) - Static method in class com.github.fge.lambdas.Throwing
 
BiFunctionChainer<T,U,R> - Class in com.github.fge.lambdas.functions
 
BiFunctionChainer(ThrowingBiFunction<T, U, R>) - Constructor for class com.github.fge.lambdas.functions.BiFunctionChainer
 
binaryOperator(ThrowingBinaryOperator<T>) - Static method in class com.github.fge.lambdas.Throwing
 
BinaryOperatorChainer<T> - Class in com.github.fge.lambdas.functions.operators
 
BinaryOperatorChainer(ThrowingBinaryOperator<T>) - Constructor for class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 

C

Chainer<N,T extends N,C extends Chainer<N,T,C>> - Class in com.github.fge.lambdas
Base class for chaining throwing interfaces
Chainer(T) - Constructor for class com.github.fge.lambdas.Chainer
 
Chainer.InstantiationException - Exception in com.github.fge.lambdas
Exception thrown when an instance of an exception class cannot be built
com.github.fge.lambdas - package com.github.fge.lambdas
 
com.github.fge.lambdas.comparators - package com.github.fge.lambdas.comparators
 
com.github.fge.lambdas.consumers - package com.github.fge.lambdas.consumers
 
com.github.fge.lambdas.functions - package com.github.fge.lambdas.functions
 
com.github.fge.lambdas.functions.doublefunctions - package com.github.fge.lambdas.functions.doublefunctions
 
com.github.fge.lambdas.functions.intfunctions - package com.github.fge.lambdas.functions.intfunctions
 
com.github.fge.lambdas.functions.longfunctions - package com.github.fge.lambdas.functions.longfunctions
 
com.github.fge.lambdas.functions.operators - package com.github.fge.lambdas.functions.operators
 
com.github.fge.lambdas.predicates - package com.github.fge.lambdas.predicates
 
com.github.fge.lambdas.runnable - package com.github.fge.lambdas.runnable
 
com.github.fge.lambdas.supplier - package com.github.fge.lambdas.supplier
 
comparator(ThrowingComparator<T>) - Static method in class com.github.fge.lambdas.Throwing
 
ComparatorChainer<T> - Class in com.github.fge.lambdas.comparators
 
ComparatorChainer(ThrowingComparator<T>) - Constructor for class com.github.fge.lambdas.comparators.ComparatorChainer
 
compare(T, T) - Method in interface com.github.fge.lambdas.comparators.ThrowingComparator
 
consumer(ThrowingConsumer<T>) - Static method in class com.github.fge.lambdas.Throwing
 
ConsumerChainer<T> - Class in com.github.fge.lambdas.consumers
 
ConsumerChainer(ThrowingConsumer<T>) - Constructor for class com.github.fge.lambdas.consumers.ConsumerChainer
 

D

doAccept(T, U) - Method in class com.github.fge.lambdas.consumers.BiConsumerChainer
 
doAccept(T) - Method in class com.github.fge.lambdas.consumers.ConsumerChainer
 
doAccept(double) - Method in class com.github.fge.lambdas.consumers.DoubleConsumerChainer
 
doAccept(int) - Method in class com.github.fge.lambdas.consumers.IntConsumerChainer
 
doAccept(long) - Method in class com.github.fge.lambdas.consumers.LongConsumerChainer
 
doAccept(T, double) - Method in class com.github.fge.lambdas.consumers.ObjDoubleConsumerChainer
 
doAccept(T, int) - Method in class com.github.fge.lambdas.consumers.ObjIntConsumerChainer
 
doAccept(T, long) - Method in class com.github.fge.lambdas.consumers.ObjLongConsumerChainer
 
doAccept(T, U) - Method in interface com.github.fge.lambdas.consumers.ThrowingBiConsumer
 
doAccept(T) - Method in interface com.github.fge.lambdas.consumers.ThrowingConsumer
 
doAccept(double) - Method in interface com.github.fge.lambdas.consumers.ThrowingDoubleConsumer
 
doAccept(int) - Method in interface com.github.fge.lambdas.consumers.ThrowingIntConsumer
 
doAccept(long) - Method in interface com.github.fge.lambdas.consumers.ThrowingLongConsumer
 
doAccept(T, double) - Method in interface com.github.fge.lambdas.consumers.ThrowingObjDoubleConsumer
 
doAccept(T, int) - Method in interface com.github.fge.lambdas.consumers.ThrowingObjIntConsumer
 
doAccept(T, long) - Method in interface com.github.fge.lambdas.consumers.ThrowingObjLongConsumer
 
doApply(T, U) - Method in class com.github.fge.lambdas.functions.BiFunctionChainer
 
doApply(double) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleFunctionChainer
 
doApply(double) - Method in interface com.github.fge.lambdas.functions.doublefunctions.ThrowingDoubleFunction
 
doApply(T) - Method in class com.github.fge.lambdas.functions.FunctionChainer
 
doApply(int) - Method in class com.github.fge.lambdas.functions.intfunctions.IntFunctionChainer
 
doApply(int) - Method in interface com.github.fge.lambdas.functions.intfunctions.ThrowingIntFunction
 
doApply(long) - Method in class com.github.fge.lambdas.functions.longfunctions.LongFunctionChainer
 
doApply(long) - Method in interface com.github.fge.lambdas.functions.longfunctions.ThrowingLongFunction
 
doApply(T, T) - Method in class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 
doApply(T, T) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingBinaryOperator
 
doApply(T) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingUnaryOperator
 
doApply(T) - Method in class com.github.fge.lambdas.functions.operators.UnaryOperatorChainer
 
doApply(T, U) - Method in interface com.github.fge.lambdas.functions.ThrowingBiFunction
 
doApply(T) - Method in interface com.github.fge.lambdas.functions.ThrowingFunction
 
doApplyAsDouble(int) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToDoubleFunctionChainer
 
doApplyAsDouble(int) - Method in interface com.github.fge.lambdas.functions.intfunctions.ThrowingIntToDoubleFunction
 
doApplyAsDouble(long) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToDoubleFunctionChainer
 
doApplyAsDouble(long) - Method in interface com.github.fge.lambdas.functions.longfunctions.ThrowingLongToDoubleFunction
 
doApplyAsDouble(double, double) - Method in class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
doApplyAsDouble(double) - Method in class com.github.fge.lambdas.functions.operators.DoubleUnaryOperatorChainer
 
doApplyAsDouble(double, double) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingDoubleBinaryOperator
 
doApplyAsDouble(double) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingDoubleUnaryOperator
 
doApplyAsDouble(T) - Method in interface com.github.fge.lambdas.functions.ThrowingToDoubleFunction
 
doApplyAsDouble(T) - Method in class com.github.fge.lambdas.functions.ToDoubleFunctionChainer
 
doApplyAsInt(double) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToIntFunctionChainer
 
doApplyAsInt(double) - Method in interface com.github.fge.lambdas.functions.doublefunctions.ThrowingDoubleToIntFunction
 
doApplyAsInt(long) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToIntFunctionChainer
 
doApplyAsInt(long) - Method in interface com.github.fge.lambdas.functions.longfunctions.ThrowingLongToIntFunction
 
doApplyAsInt(int, int) - Method in class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
doApplyAsInt(int) - Method in class com.github.fge.lambdas.functions.operators.IntUnaryOperatorChainer
 
doApplyAsInt(int, int) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingIntBinaryOperator
 
doApplyAsInt(int) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingIntUnaryOperator
 
doApplyAsInt(T) - Method in interface com.github.fge.lambdas.functions.ThrowingToIntFunction
 
doApplyAsInt(T) - Method in class com.github.fge.lambdas.functions.ToIntFunctionChainer
 
doApplyAsLong(double) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToLongFunctionChainer
 
doApplyAsLong(double) - Method in interface com.github.fge.lambdas.functions.doublefunctions.ThrowingDoubleToLongFunction
 
doApplyAsLong(int) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToLongFunctionChainer
 
doApplyAsLong(int) - Method in interface com.github.fge.lambdas.functions.intfunctions.ThrowingIntToLongFunction
 
doApplyAsLong(long, long) - Method in class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
doApplyAsLong(long) - Method in class com.github.fge.lambdas.functions.operators.LongUnaryOperatorChainer
 
doApplyAsLong(long, long) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingLongBinaryOperator
 
doApplyAsLong(long) - Method in interface com.github.fge.lambdas.functions.operators.ThrowingLongUnaryOperator
 
doApplyAsLong(T) - Method in interface com.github.fge.lambdas.functions.ThrowingToLongFunction
 
doApplyAsLong(T) - Method in class com.github.fge.lambdas.functions.ToLongFunctionChainer
 
doCompare(T, T) - Method in class com.github.fge.lambdas.comparators.ComparatorChainer
 
doCompare(T, T) - Method in interface com.github.fge.lambdas.comparators.ThrowingComparator
 
doGet() - Method in class com.github.fge.lambdas.supplier.SupplierChainer
 
doGet() - Method in interface com.github.fge.lambdas.supplier.ThrowingSupplier
 
doGetAsDouble() - Method in class com.github.fge.lambdas.supplier.DoubleSupplierChainer
 
doGetAsDouble() - Method in interface com.github.fge.lambdas.supplier.ThrowingDoubleSupplier
 
doGetAsInt() - Method in class com.github.fge.lambdas.supplier.IntSupplierChainer
 
doGetAsInt() - Method in interface com.github.fge.lambdas.supplier.ThrowingIntSupplier
 
doGetAsLong() - Method in class com.github.fge.lambdas.supplier.LongSupplierChainer
 
doGetAsLong() - Method in interface com.github.fge.lambdas.supplier.ThrowingLongSupplier
 
doRun() - Method in class com.github.fge.lambdas.runnable.RunnableChainer
 
doRun() - Method in interface com.github.fge.lambdas.runnable.ThrowingRunnable
 
doSneakyThrow(Throwable) - Static method in class com.github.fge.lambdas.Chainer
 
doTest(double) - Method in class com.github.fge.lambdas.predicates.DoublePredicateChainer
 
doTest(int) - Method in class com.github.fge.lambdas.predicates.IntPredicateChainer
 
doTest(long) - Method in class com.github.fge.lambdas.predicates.LongPredicateChainer
 
doTest(T) - Method in class com.github.fge.lambdas.predicates.PredicateChainer
 
doTest(double) - Method in interface com.github.fge.lambdas.predicates.ThrowingDoublePredicate
 
doTest(int) - Method in interface com.github.fge.lambdas.predicates.ThrowingIntPredicate
 
doTest(long) - Method in interface com.github.fge.lambdas.predicates.ThrowingLongPredicate
 
doTest(T) - Method in interface com.github.fge.lambdas.predicates.ThrowingPredicate
 
doubleBinaryOperator(ThrowingDoubleBinaryOperator) - Static method in class com.github.fge.lambdas.Throwing
 
DoubleBinaryOperatorChainer - Class in com.github.fge.lambdas.functions.operators
 
DoubleBinaryOperatorChainer(ThrowingDoubleBinaryOperator) - Constructor for class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
doubleConsumer(ThrowingDoubleConsumer) - Static method in class com.github.fge.lambdas.Throwing
 
DoubleConsumerChainer - Class in com.github.fge.lambdas.consumers
 
DoubleConsumerChainer(ThrowingDoubleConsumer) - Constructor for class com.github.fge.lambdas.consumers.DoubleConsumerChainer
 
doubleFunction(ThrowingDoubleFunction<R>) - Static method in class com.github.fge.lambdas.Throwing
 
DoubleFunctionChainer<R> - Class in com.github.fge.lambdas.functions.doublefunctions
 
DoubleFunctionChainer(ThrowingDoubleFunction<R>) - Constructor for class com.github.fge.lambdas.functions.doublefunctions.DoubleFunctionChainer
 
doublePredicate(ThrowingDoublePredicate) - Static method in class com.github.fge.lambdas.Throwing
 
DoublePredicateChainer - Class in com.github.fge.lambdas.predicates
 
DoublePredicateChainer(ThrowingDoublePredicate) - Constructor for class com.github.fge.lambdas.predicates.DoublePredicateChainer
 
doubleSupplier(ThrowingDoubleSupplier) - Static method in class com.github.fge.lambdas.Throwing
 
DoubleSupplierChainer - Class in com.github.fge.lambdas.supplier
 
DoubleSupplierChainer(ThrowingDoubleSupplier) - Constructor for class com.github.fge.lambdas.supplier.DoubleSupplierChainer
 
doubleToIntFunction(ThrowingDoubleToIntFunction) - Static method in class com.github.fge.lambdas.Throwing
 
DoubleToIntFunctionChainer - Class in com.github.fge.lambdas.functions.doublefunctions
 
DoubleToIntFunctionChainer(ThrowingDoubleToIntFunction) - Constructor for class com.github.fge.lambdas.functions.doublefunctions.DoubleToIntFunctionChainer
 
doubleToLongFunction(ThrowingDoubleToLongFunction) - Static method in class com.github.fge.lambdas.Throwing
 
DoubleToLongFunctionChainer - Class in com.github.fge.lambdas.functions.doublefunctions
 
DoubleToLongFunctionChainer(ThrowingDoubleToLongFunction) - Constructor for class com.github.fge.lambdas.functions.doublefunctions.DoubleToLongFunctionChainer
 
doubleUnaryOperator(ThrowingDoubleUnaryOperator) - Static method in class com.github.fge.lambdas.Throwing
 
DoubleUnaryOperatorChainer - Class in com.github.fge.lambdas.functions.operators
 
DoubleUnaryOperatorChainer(ThrowingDoubleUnaryOperator) - Constructor for class com.github.fge.lambdas.functions.operators.DoubleUnaryOperatorChainer
 

F

fallbackTo(N) - Method in class com.github.fge.lambdas.Chainer
Fall back to a non throwing instance if this instance fails
fallbackTo(Comparator<T>) - Method in class com.github.fge.lambdas.comparators.ComparatorChainer
 
fallbackTo(BiConsumer<T, U>) - Method in class com.github.fge.lambdas.consumers.BiConsumerChainer
 
fallbackTo(Consumer<T>) - Method in class com.github.fge.lambdas.consumers.ConsumerChainer
 
fallbackTo(DoubleConsumer) - Method in class com.github.fge.lambdas.consumers.DoubleConsumerChainer
 
fallbackTo(IntConsumer) - Method in class com.github.fge.lambdas.consumers.IntConsumerChainer
 
fallbackTo(LongConsumer) - Method in class com.github.fge.lambdas.consumers.LongConsumerChainer
 
fallbackTo(ObjDoubleConsumer<T>) - Method in class com.github.fge.lambdas.consumers.ObjDoubleConsumerChainer
 
fallbackTo(ObjIntConsumer<T>) - Method in class com.github.fge.lambdas.consumers.ObjIntConsumerChainer
 
fallbackTo(ObjLongConsumer<T>) - Method in class com.github.fge.lambdas.consumers.ObjLongConsumerChainer
 
fallbackTo(BiFunction<T, U, R>) - Method in class com.github.fge.lambdas.functions.BiFunctionChainer
 
fallbackTo(DoubleFunction<R>) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleFunctionChainer
 
fallbackTo(DoubleToIntFunction) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToIntFunctionChainer
 
fallbackTo(DoubleToLongFunction) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToLongFunctionChainer
 
fallbackTo(Function<T, R>) - Method in class com.github.fge.lambdas.functions.FunctionChainer
 
fallbackTo(IntFunction<R>) - Method in class com.github.fge.lambdas.functions.intfunctions.IntFunctionChainer
 
fallbackTo(IntToDoubleFunction) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToDoubleFunctionChainer
 
fallbackTo(IntToLongFunction) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToLongFunctionChainer
 
fallbackTo(LongFunction<R>) - Method in class com.github.fge.lambdas.functions.longfunctions.LongFunctionChainer
 
fallbackTo(LongToDoubleFunction) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToDoubleFunctionChainer
 
fallbackTo(LongToIntFunction) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToIntFunctionChainer
 
fallbackTo(BinaryOperator<T>) - Method in class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 
fallbackTo(DoubleBinaryOperator) - Method in class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
fallbackTo(DoubleUnaryOperator) - Method in class com.github.fge.lambdas.functions.operators.DoubleUnaryOperatorChainer
 
fallbackTo(IntBinaryOperator) - Method in class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
fallbackTo(IntUnaryOperator) - Method in class com.github.fge.lambdas.functions.operators.IntUnaryOperatorChainer
 
fallbackTo(LongBinaryOperator) - Method in class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
fallbackTo(LongUnaryOperator) - Method in class com.github.fge.lambdas.functions.operators.LongUnaryOperatorChainer
 
fallbackTo(UnaryOperator<T>) - Method in class com.github.fge.lambdas.functions.operators.UnaryOperatorChainer
 
fallbackTo(ToDoubleFunction<T>) - Method in class com.github.fge.lambdas.functions.ToDoubleFunctionChainer
 
fallbackTo(ToIntFunction<T>) - Method in class com.github.fge.lambdas.functions.ToIntFunctionChainer
 
fallbackTo(ToLongFunction<T>) - Method in class com.github.fge.lambdas.functions.ToLongFunctionChainer
 
fallbackTo(DoublePredicate) - Method in class com.github.fge.lambdas.predicates.DoublePredicateChainer
 
fallbackTo(IntPredicate) - Method in class com.github.fge.lambdas.predicates.IntPredicateChainer
 
fallbackTo(LongPredicate) - Method in class com.github.fge.lambdas.predicates.LongPredicateChainer
 
fallbackTo(Predicate<T>) - Method in class com.github.fge.lambdas.predicates.PredicateChainer
 
fallbackTo(Runnable) - Method in class com.github.fge.lambdas.runnable.RunnableChainer
 
fallbackTo(DoubleSupplier) - Method in class com.github.fge.lambdas.supplier.DoubleSupplierChainer
 
fallbackTo(IntSupplier) - Method in class com.github.fge.lambdas.supplier.IntSupplierChainer
 
fallbackTo(LongSupplier) - Method in class com.github.fge.lambdas.supplier.LongSupplierChainer
 
fallbackTo(Supplier<T>) - Method in class com.github.fge.lambdas.supplier.SupplierChainer
 
function(ThrowingFunction<T, R>) - Static method in class com.github.fge.lambdas.Throwing
 
FunctionChainer<T,R> - Class in com.github.fge.lambdas.functions
 
FunctionChainer(ThrowingFunction<T, R>) - Constructor for class com.github.fge.lambdas.functions.FunctionChainer
 

G

get() - Method in interface com.github.fge.lambdas.supplier.ThrowingSupplier
 
getAsDouble() - Method in interface com.github.fge.lambdas.supplier.ThrowingDoubleSupplier
 
getAsInt() - Method in interface com.github.fge.lambdas.supplier.ThrowingIntSupplier
 
getAsLong() - Method in interface com.github.fge.lambdas.supplier.ThrowingLongSupplier
 

I

intBinaryOperator(ThrowingIntBinaryOperator) - Static method in class com.github.fge.lambdas.Throwing
 
IntBinaryOperatorChainer - Class in com.github.fge.lambdas.functions.operators
 
IntBinaryOperatorChainer(ThrowingIntBinaryOperator) - Constructor for class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
intConsumer(ThrowingIntConsumer) - Static method in class com.github.fge.lambdas.Throwing
 
IntConsumerChainer - Class in com.github.fge.lambdas.consumers
 
IntConsumerChainer(ThrowingIntConsumer) - Constructor for class com.github.fge.lambdas.consumers.IntConsumerChainer
 
intFunction(ThrowingIntFunction<R>) - Static method in class com.github.fge.lambdas.Throwing
 
IntFunctionChainer<R> - Class in com.github.fge.lambdas.functions.intfunctions
 
IntFunctionChainer(ThrowingIntFunction<R>) - Constructor for class com.github.fge.lambdas.functions.intfunctions.IntFunctionChainer
 
intPredicate(ThrowingIntPredicate) - Static method in class com.github.fge.lambdas.Throwing
 
IntPredicateChainer - Class in com.github.fge.lambdas.predicates
 
IntPredicateChainer(ThrowingIntPredicate) - Constructor for class com.github.fge.lambdas.predicates.IntPredicateChainer
 
intSupplier(ThrowingIntSupplier) - Static method in class com.github.fge.lambdas.Throwing
 
IntSupplierChainer - Class in com.github.fge.lambdas.supplier
 
IntSupplierChainer(ThrowingIntSupplier) - Constructor for class com.github.fge.lambdas.supplier.IntSupplierChainer
 
intToDoubleFunction(ThrowingIntToDoubleFunction) - Static method in class com.github.fge.lambdas.Throwing
 
IntToDoubleFunctionChainer - Class in com.github.fge.lambdas.functions.intfunctions
 
IntToDoubleFunctionChainer(ThrowingIntToDoubleFunction) - Constructor for class com.github.fge.lambdas.functions.intfunctions.IntToDoubleFunctionChainer
 
intToLongFunction(ThrowingIntToLongFunction) - Static method in class com.github.fge.lambdas.Throwing
 
IntToLongFunctionChainer - Class in com.github.fge.lambdas.functions.intfunctions
 
IntToLongFunctionChainer(ThrowingIntToLongFunction) - Constructor for class com.github.fge.lambdas.functions.intfunctions.IntToLongFunctionChainer
 
intUnaryOperator(ThrowingIntUnaryOperator) - Static method in class com.github.fge.lambdas.Throwing
 
IntUnaryOperatorChainer - Class in com.github.fge.lambdas.functions.operators
 
IntUnaryOperatorChainer(ThrowingIntUnaryOperator) - Constructor for class com.github.fge.lambdas.functions.operators.IntUnaryOperatorChainer
 

L

longBinaryOperator(ThrowingLongBinaryOperator) - Static method in class com.github.fge.lambdas.Throwing
 
LongBinaryOperatorChainer - Class in com.github.fge.lambdas.functions.operators
 
LongBinaryOperatorChainer(ThrowingLongBinaryOperator) - Constructor for class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
longConsumer(ThrowingLongConsumer) - Static method in class com.github.fge.lambdas.Throwing
 
LongConsumerChainer - Class in com.github.fge.lambdas.consumers
 
LongConsumerChainer(ThrowingLongConsumer) - Constructor for class com.github.fge.lambdas.consumers.LongConsumerChainer
 
longFunction(ThrowingLongFunction<R>) - Static method in class com.github.fge.lambdas.Throwing
 
LongFunctionChainer<R> - Class in com.github.fge.lambdas.functions.longfunctions
 
LongFunctionChainer(ThrowingLongFunction<R>) - Constructor for class com.github.fge.lambdas.functions.longfunctions.LongFunctionChainer
 
longPredicate(ThrowingLongPredicate) - Static method in class com.github.fge.lambdas.Throwing
 
LongPredicateChainer - Class in com.github.fge.lambdas.predicates
 
LongPredicateChainer(ThrowingLongPredicate) - Constructor for class com.github.fge.lambdas.predicates.LongPredicateChainer
 
longSupplier(ThrowingLongSupplier) - Static method in class com.github.fge.lambdas.Throwing
 
LongSupplierChainer - Class in com.github.fge.lambdas.supplier
 
LongSupplierChainer(ThrowingLongSupplier) - Constructor for class com.github.fge.lambdas.supplier.LongSupplierChainer
 
longToDoubleFunction(ThrowingLongToDoubleFunction) - Static method in class com.github.fge.lambdas.Throwing
 
LongToDoubleFunctionChainer - Class in com.github.fge.lambdas.functions.longfunctions
 
LongToDoubleFunctionChainer(ThrowingLongToDoubleFunction) - Constructor for class com.github.fge.lambdas.functions.longfunctions.LongToDoubleFunctionChainer
 
longToIntFunction(ThrowingLongToIntFunction) - Static method in class com.github.fge.lambdas.Throwing
 
LongToIntFunctionChainer - Class in com.github.fge.lambdas.functions.longfunctions
 
LongToIntFunctionChainer(ThrowingLongToIntFunction) - Constructor for class com.github.fge.lambdas.functions.longfunctions.LongToIntFunctionChainer
 
longUnaryOperator(ThrowingLongUnaryOperator) - Static method in class com.github.fge.lambdas.Throwing
 
LongUnaryOperatorChainer - Class in com.github.fge.lambdas.functions.operators
 
LongUnaryOperatorChainer(ThrowingLongUnaryOperator) - Constructor for class com.github.fge.lambdas.functions.operators.LongUnaryOperatorChainer
 

O

objDoubleConsumer(ThrowingObjDoubleConsumer<T>) - Static method in class com.github.fge.lambdas.Throwing
 
ObjDoubleConsumerChainer<T> - Class in com.github.fge.lambdas.consumers
 
ObjDoubleConsumerChainer(ThrowingObjDoubleConsumer<T>) - Constructor for class com.github.fge.lambdas.consumers.ObjDoubleConsumerChainer
 
objIntConsumer(ThrowingObjIntConsumer<T>) - Static method in class com.github.fge.lambdas.Throwing
 
ObjIntConsumerChainer<T> - Class in com.github.fge.lambdas.consumers
 
ObjIntConsumerChainer(ThrowingObjIntConsumer<T>) - Constructor for class com.github.fge.lambdas.consumers.ObjIntConsumerChainer
 
objLongConsumer(ThrowingObjLongConsumer<T>) - Static method in class com.github.fge.lambdas.Throwing
 
ObjLongConsumerChainer<T> - Class in com.github.fge.lambdas.consumers
 
ObjLongConsumerChainer(ThrowingObjLongConsumer<T>) - Constructor for class com.github.fge.lambdas.consumers.ObjLongConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.consumers.BiConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.consumers.ConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.consumers.DoubleConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.consumers.IntConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.consumers.LongConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.consumers.ObjDoubleConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.consumers.ObjIntConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.consumers.ObjLongConsumerChainer
 
orDoNothing() - Method in class com.github.fge.lambdas.runnable.RunnableChainer
 
orReturn(int) - Method in class com.github.fge.lambdas.comparators.ComparatorChainer
 
orReturn(R) - Method in class com.github.fge.lambdas.functions.BiFunctionChainer
 
orReturn(R) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleFunctionChainer
 
orReturn(int) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToIntFunctionChainer
 
orReturn(long) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToLongFunctionChainer
 
orReturn(R) - Method in class com.github.fge.lambdas.functions.FunctionChainer
 
orReturn(R) - Method in class com.github.fge.lambdas.functions.intfunctions.IntFunctionChainer
 
orReturn(double) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToDoubleFunctionChainer
 
orReturn(long) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToLongFunctionChainer
 
orReturn(R) - Method in class com.github.fge.lambdas.functions.longfunctions.LongFunctionChainer
 
orReturn(double) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToDoubleFunctionChainer
 
orReturn(int) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToIntFunctionChainer
 
orReturn(T) - Method in class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 
orReturn(double) - Method in class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
orReturn(double) - Method in class com.github.fge.lambdas.functions.operators.DoubleUnaryOperatorChainer
 
orReturn(int) - Method in class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
orReturn(int) - Method in class com.github.fge.lambdas.functions.operators.IntUnaryOperatorChainer
 
orReturn(long) - Method in class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
orReturn(long) - Method in class com.github.fge.lambdas.functions.operators.LongUnaryOperatorChainer
 
orReturn(T) - Method in class com.github.fge.lambdas.functions.operators.UnaryOperatorChainer
 
orReturn(double) - Method in class com.github.fge.lambdas.functions.ToDoubleFunctionChainer
 
orReturn(int) - Method in class com.github.fge.lambdas.functions.ToIntFunctionChainer
 
orReturn(long) - Method in class com.github.fge.lambdas.functions.ToLongFunctionChainer
 
orReturn(double) - Method in class com.github.fge.lambdas.supplier.DoubleSupplierChainer
 
orReturn(int) - Method in class com.github.fge.lambdas.supplier.IntSupplierChainer
 
orReturn(long) - Method in class com.github.fge.lambdas.supplier.LongSupplierChainer
 
orReturn(T) - Method in class com.github.fge.lambdas.supplier.SupplierChainer
 
orReturnFalse() - Method in class com.github.fge.lambdas.predicates.DoublePredicateChainer
 
orReturnFalse() - Method in class com.github.fge.lambdas.predicates.IntPredicateChainer
 
orReturnFalse() - Method in class com.github.fge.lambdas.predicates.LongPredicateChainer
 
orReturnFalse() - Method in class com.github.fge.lambdas.predicates.PredicateChainer
 
orReturnLeft() - Method in class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 
orReturnLeft() - Method in class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
orReturnLeft() - Method in class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
orReturnLeft() - Method in class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
orReturnRight() - Method in class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 
orReturnRight() - Method in class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
orReturnRight() - Method in class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
orReturnRight() - Method in class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
orReturnSelf() - Method in class com.github.fge.lambdas.functions.operators.DoubleUnaryOperatorChainer
 
orReturnSelf() - Method in class com.github.fge.lambdas.functions.operators.IntUnaryOperatorChainer
 
orReturnSelf() - Method in class com.github.fge.lambdas.functions.operators.LongUnaryOperatorChainer
 
orReturnSelf() - Method in class com.github.fge.lambdas.functions.operators.UnaryOperatorChainer
 
orReturnTrue() - Method in class com.github.fge.lambdas.predicates.DoublePredicateChainer
 
orReturnTrue() - Method in class com.github.fge.lambdas.predicates.IntPredicateChainer
 
orReturnTrue() - Method in class com.github.fge.lambdas.predicates.LongPredicateChainer
 
orReturnTrue() - Method in class com.github.fge.lambdas.predicates.PredicateChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.Chainer
Rethrow the exception using a custom (unchecked!) exception class if this throwing instance fails
orThrow(Class<E>) - Method in class com.github.fge.lambdas.comparators.ComparatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.consumers.BiConsumerChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.consumers.ConsumerChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.consumers.DoubleConsumerChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.consumers.IntConsumerChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.consumers.LongConsumerChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.consumers.ObjDoubleConsumerChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.consumers.ObjIntConsumerChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.consumers.ObjLongConsumerChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.BiFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToIntFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToLongFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.FunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.intfunctions.IntFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToDoubleFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToLongFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.longfunctions.LongFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToDoubleFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToIntFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.operators.DoubleUnaryOperatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.operators.IntUnaryOperatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.operators.LongUnaryOperatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.operators.UnaryOperatorChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.ToDoubleFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.ToIntFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.functions.ToLongFunctionChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.predicates.DoublePredicateChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.predicates.IntPredicateChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.predicates.LongPredicateChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.predicates.PredicateChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.runnable.RunnableChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.supplier.DoubleSupplierChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.supplier.IntSupplierChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.supplier.LongSupplierChainer
 
orThrow(Class<E>) - Method in class com.github.fge.lambdas.supplier.SupplierChainer
 
orTryWith(T) - Method in class com.github.fge.lambdas.Chainer
Try with another throwing instance if the first instance fails
orTryWith(ThrowingComparator<T>) - Method in class com.github.fge.lambdas.comparators.ComparatorChainer
 
orTryWith(ThrowingBiConsumer<T, U>) - Method in class com.github.fge.lambdas.consumers.BiConsumerChainer
 
orTryWith(ThrowingConsumer<T>) - Method in class com.github.fge.lambdas.consumers.ConsumerChainer
 
orTryWith(ThrowingDoubleConsumer) - Method in class com.github.fge.lambdas.consumers.DoubleConsumerChainer
 
orTryWith(ThrowingIntConsumer) - Method in class com.github.fge.lambdas.consumers.IntConsumerChainer
 
orTryWith(ThrowingLongConsumer) - Method in class com.github.fge.lambdas.consumers.LongConsumerChainer
 
orTryWith(ThrowingObjDoubleConsumer<T>) - Method in class com.github.fge.lambdas.consumers.ObjDoubleConsumerChainer
 
orTryWith(ThrowingObjIntConsumer<T>) - Method in class com.github.fge.lambdas.consumers.ObjIntConsumerChainer
 
orTryWith(ThrowingObjLongConsumer<T>) - Method in class com.github.fge.lambdas.consumers.ObjLongConsumerChainer
 
orTryWith(ThrowingBiFunction<T, U, R>) - Method in class com.github.fge.lambdas.functions.BiFunctionChainer
 
orTryWith(ThrowingDoubleFunction<R>) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleFunctionChainer
 
orTryWith(ThrowingDoubleToIntFunction) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToIntFunctionChainer
 
orTryWith(ThrowingDoubleToLongFunction) - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToLongFunctionChainer
 
orTryWith(ThrowingFunction<T, R>) - Method in class com.github.fge.lambdas.functions.FunctionChainer
 
orTryWith(ThrowingIntFunction<R>) - Method in class com.github.fge.lambdas.functions.intfunctions.IntFunctionChainer
 
orTryWith(ThrowingIntToDoubleFunction) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToDoubleFunctionChainer
 
orTryWith(ThrowingIntToLongFunction) - Method in class com.github.fge.lambdas.functions.intfunctions.IntToLongFunctionChainer
 
orTryWith(ThrowingLongFunction<R>) - Method in class com.github.fge.lambdas.functions.longfunctions.LongFunctionChainer
 
orTryWith(ThrowingLongToDoubleFunction) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToDoubleFunctionChainer
 
orTryWith(ThrowingLongToIntFunction) - Method in class com.github.fge.lambdas.functions.longfunctions.LongToIntFunctionChainer
 
orTryWith(ThrowingBinaryOperator<T>) - Method in class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 
orTryWith(ThrowingDoubleBinaryOperator) - Method in class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
orTryWith(ThrowingDoubleUnaryOperator) - Method in class com.github.fge.lambdas.functions.operators.DoubleUnaryOperatorChainer
 
orTryWith(ThrowingIntBinaryOperator) - Method in class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
orTryWith(ThrowingIntUnaryOperator) - Method in class com.github.fge.lambdas.functions.operators.IntUnaryOperatorChainer
 
orTryWith(ThrowingLongBinaryOperator) - Method in class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
orTryWith(ThrowingLongUnaryOperator) - Method in class com.github.fge.lambdas.functions.operators.LongUnaryOperatorChainer
 
orTryWith(ThrowingUnaryOperator<T>) - Method in class com.github.fge.lambdas.functions.operators.UnaryOperatorChainer
 
orTryWith(ThrowingToDoubleFunction<T>) - Method in class com.github.fge.lambdas.functions.ToDoubleFunctionChainer
 
orTryWith(ThrowingToIntFunction<T>) - Method in class com.github.fge.lambdas.functions.ToIntFunctionChainer
 
orTryWith(ThrowingToLongFunction<T>) - Method in class com.github.fge.lambdas.functions.ToLongFunctionChainer
 
orTryWith(ThrowingDoublePredicate) - Method in class com.github.fge.lambdas.predicates.DoublePredicateChainer
 
orTryWith(ThrowingIntPredicate) - Method in class com.github.fge.lambdas.predicates.IntPredicateChainer
 
orTryWith(ThrowingLongPredicate) - Method in class com.github.fge.lambdas.predicates.LongPredicateChainer
 
orTryWith(ThrowingPredicate<T>) - Method in class com.github.fge.lambdas.predicates.PredicateChainer
 
orTryWith(ThrowingRunnable) - Method in class com.github.fge.lambdas.runnable.RunnableChainer
 
orTryWith(ThrowingDoubleSupplier) - Method in class com.github.fge.lambdas.supplier.DoubleSupplierChainer
 
orTryWith(ThrowingIntSupplier) - Method in class com.github.fge.lambdas.supplier.IntSupplierChainer
 
orTryWith(ThrowingLongSupplier) - Method in class com.github.fge.lambdas.supplier.LongSupplierChainer
 
orTryWith(ThrowingSupplier<T>) - Method in class com.github.fge.lambdas.supplier.SupplierChainer
 

P

predicate(ThrowingPredicate<T>) - Static method in class com.github.fge.lambdas.Throwing
 
PredicateChainer<T> - Class in com.github.fge.lambdas.predicates
 
PredicateChainer(ThrowingPredicate<T>) - Constructor for class com.github.fge.lambdas.predicates.PredicateChainer
 

R

rethrow(Class<E>, Throwable) - Static method in class com.github.fge.lambdas.Chainer
 
run() - Method in interface com.github.fge.lambdas.runnable.ThrowingRunnable
 
runnable(ThrowingRunnable) - Static method in class com.github.fge.lambdas.Throwing
 
RunnableChainer - Class in com.github.fge.lambdas.runnable
 
RunnableChainer(ThrowingRunnable) - Constructor for class com.github.fge.lambdas.runnable.RunnableChainer
 

S

sneakyThrow() - Method in class com.github.fge.lambdas.Chainer
Sneaky throw of the exception thrown by the instance
sneakyThrow() - Method in class com.github.fge.lambdas.comparators.ComparatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.consumers.BiConsumerChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.consumers.ConsumerChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.consumers.DoubleConsumerChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.consumers.IntConsumerChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.consumers.LongConsumerChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.consumers.ObjDoubleConsumerChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.consumers.ObjIntConsumerChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.consumers.ObjLongConsumerChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.BiFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToIntFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.doublefunctions.DoubleToLongFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.FunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.intfunctions.IntFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.intfunctions.IntToDoubleFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.intfunctions.IntToLongFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.longfunctions.LongFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.longfunctions.LongToDoubleFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.longfunctions.LongToIntFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.operators.BinaryOperatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.operators.DoubleBinaryOperatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.operators.DoubleUnaryOperatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.operators.IntBinaryOperatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.operators.IntUnaryOperatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.operators.LongBinaryOperatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.operators.LongUnaryOperatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.operators.UnaryOperatorChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.ToDoubleFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.ToIntFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.functions.ToLongFunctionChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.predicates.DoublePredicateChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.predicates.IntPredicateChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.predicates.LongPredicateChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.predicates.PredicateChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.runnable.RunnableChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.supplier.DoubleSupplierChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.supplier.IntSupplierChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.supplier.LongSupplierChainer
 
sneakyThrow() - Method in class com.github.fge.lambdas.supplier.SupplierChainer
 
supplier(ThrowingSupplier<T>) - Static method in class com.github.fge.lambdas.Throwing
 
SupplierChainer<T> - Class in com.github.fge.lambdas.supplier
 
SupplierChainer(ThrowingSupplier<T>) - Constructor for class com.github.fge.lambdas.supplier.SupplierChainer
 

T

test(double) - Method in interface com.github.fge.lambdas.predicates.ThrowingDoublePredicate
 
test(int) - Method in interface com.github.fge.lambdas.predicates.ThrowingIntPredicate
 
test(long) - Method in interface com.github.fge.lambdas.predicates.ThrowingLongPredicate
 
test(T) - Method in interface com.github.fge.lambdas.predicates.ThrowingPredicate
 
throwing - Variable in class com.github.fge.lambdas.Chainer
 
Throwing - Class in com.github.fge.lambdas
Class to invoke throwing instance chains
ThrowingBiConsumer<T,U> - Interface in com.github.fge.lambdas.consumers
A throwing BiConsumer
ThrowingBiFunction<T,U,R> - Interface in com.github.fge.lambdas.functions
A throwing BiFunction
ThrowingBinaryOperator<T> - Interface in com.github.fge.lambdas.functions.operators
A throwing BinaryOperator
ThrowingComparator<T> - Interface in com.github.fge.lambdas.comparators
A throwing Comparator
ThrowingConsumer<T> - Interface in com.github.fge.lambdas.consumers
A throwing Consumer
ThrowingDoubleBinaryOperator - Interface in com.github.fge.lambdas.functions.operators
ThrowingDoubleConsumer - Interface in com.github.fge.lambdas.consumers
A throwing DoubleConsumer
ThrowingDoubleFunction<R> - Interface in com.github.fge.lambdas.functions.doublefunctions
A throwing DoubleFunction
ThrowingDoublePredicate - Interface in com.github.fge.lambdas.predicates
A throwing DoublePredicate
ThrowingDoubleSupplier - Interface in com.github.fge.lambdas.supplier
A throwing DoubleSupplier
ThrowingDoubleToIntFunction - Interface in com.github.fge.lambdas.functions.doublefunctions
ThrowingDoubleToLongFunction - Interface in com.github.fge.lambdas.functions.doublefunctions
ThrowingDoubleUnaryOperator - Interface in com.github.fge.lambdas.functions.operators
ThrowingFunction<T,R> - Interface in com.github.fge.lambdas.functions
 
ThrowingIntBinaryOperator - Interface in com.github.fge.lambdas.functions.operators
ThrowingIntConsumer - Interface in com.github.fge.lambdas.consumers
A throwing IntConsumer
ThrowingIntFunction<R> - Interface in com.github.fge.lambdas.functions.intfunctions
A throwing IntFunction
ThrowingIntPredicate - Interface in com.github.fge.lambdas.predicates
A throwing IntPredicate
ThrowingIntSupplier - Interface in com.github.fge.lambdas.supplier
A throwing IntSupplier
ThrowingIntToDoubleFunction - Interface in com.github.fge.lambdas.functions.intfunctions
ThrowingIntToLongFunction - Interface in com.github.fge.lambdas.functions.intfunctions
ThrowingIntUnaryOperator - Interface in com.github.fge.lambdas.functions.operators
A throwing IntUnaryOperator
ThrowingLongBinaryOperator - Interface in com.github.fge.lambdas.functions.operators
ThrowingLongConsumer - Interface in com.github.fge.lambdas.consumers
A throwing LongConsumer
ThrowingLongFunction<R> - Interface in com.github.fge.lambdas.functions.longfunctions
A throwing LongFunction
ThrowingLongPredicate - Interface in com.github.fge.lambdas.predicates
A throwing LongPredicate
ThrowingLongSupplier - Interface in com.github.fge.lambdas.supplier
A throwing LongSupplier
ThrowingLongToDoubleFunction - Interface in com.github.fge.lambdas.functions.longfunctions
ThrowingLongToIntFunction - Interface in com.github.fge.lambdas.functions.longfunctions
ThrowingLongUnaryOperator - Interface in com.github.fge.lambdas.functions.operators
ThrowingObjDoubleConsumer<T> - Interface in com.github.fge.lambdas.consumers
ThrowingObjIntConsumer<T> - Interface in com.github.fge.lambdas.consumers
ThrowingObjLongConsumer<T> - Interface in com.github.fge.lambdas.consumers
ThrowingPredicate<T> - Interface in com.github.fge.lambdas.predicates
A throwing Predicate
ThrowingRunnable - Interface in com.github.fge.lambdas.runnable
 
ThrowingSupplier<T> - Interface in com.github.fge.lambdas.supplier
A throwing Supplier
ThrowingToDoubleFunction<T> - Interface in com.github.fge.lambdas.functions
A throwing ToDoubleFunction
ThrowingToIntFunction<T> - Interface in com.github.fge.lambdas.functions
A throwing ToDoubleFunction
ThrowingToLongFunction<T> - Interface in com.github.fge.lambdas.functions
A throwing ToDoubleFunction
ThrowingUnaryOperator<T> - Interface in com.github.fge.lambdas.functions.operators
A throwing UnaryOperator
ThrownByLambdaException - Exception in com.github.fge.lambdas
Default exception thrown when a lambda throws a checked exception
ThrownByLambdaException(Throwable) - Constructor for exception com.github.fge.lambdas.ThrownByLambdaException
 
toDoubleFunction(ThrowingToDoubleFunction<T>) - Static method in class com.github.fge.lambdas.Throwing
 
ToDoubleFunctionChainer<T> - Class in com.github.fge.lambdas.functions
 
ToDoubleFunctionChainer(ThrowingToDoubleFunction<T>) - Constructor for class com.github.fge.lambdas.functions.ToDoubleFunctionChainer
 
toIntFunction(ThrowingToIntFunction<T>) - Static method in class com.github.fge.lambdas.Throwing
 
ToIntFunctionChainer<T> - Class in com.github.fge.lambdas.functions
 
ToIntFunctionChainer(ThrowingToIntFunction<T>) - Constructor for class com.github.fge.lambdas.functions.ToIntFunctionChainer
 
toLongFunction(ThrowingToLongFunction<T>) - Static method in class com.github.fge.lambdas.Throwing
 
ToLongFunctionChainer<T> - Class in com.github.fge.lambdas.functions
 
ToLongFunctionChainer(ThrowingToLongFunction<T>) - Constructor for class com.github.fge.lambdas.functions.ToLongFunctionChainer
 

U

unaryOperator(ThrowingUnaryOperator<T>) - Static method in class com.github.fge.lambdas.Throwing
 
UnaryOperatorChainer<T> - Class in com.github.fge.lambdas.functions.operators
 
UnaryOperatorChainer(ThrowingUnaryOperator<T>) - Constructor for class com.github.fge.lambdas.functions.operators.UnaryOperatorChainer
 
A B C D F G I L O P R S T U 
Skip navigation links