Index

A B C D F G L P S T U 
All Classes and Interfaces|All Packages

A

accept(T) - Method in interface de.treestack.throwing.Consumer
Applies this function to the given argument.
accept(T1, T2) - Method in interface de.treestack.throwing.BiConsumer
Applies this function to the given argument.
apply(T) - Method in interface de.treestack.throwing.Function
Applies this function to the given argument.
apply(T1, T2) - Method in interface de.treestack.throwing.BiFunction
Applies this function to the given argument.

B

BiConsumer<T1,T2,E> - Interface in de.treestack.throwing
Represents an operation that accepts two input arguments, returns no result and (optionally) throws an Exception.
BiFunction<T1,T2,R,E> - Interface in de.treestack.throwing
Represents a function that accepts two arguments, produces a result and (optionally) throws an Exception.
BinaryOperator<T,E> - Interface in de.treestack.throwing
Represents an operation upon two operands of the same type, producing a result of the same type as the operands and (optionally) throwing an Exception.
BiPredicate<T1,T2,E> - Interface in de.treestack.throwing
Represents a predicate (boolean-valued function) of two arguments that might throw an exception.

C

Consumer<T,E> - Interface in de.treestack.throwing
Represents a function that accepts one argument, produces no result and (optionally) throws an Exception.

D

de.treestack.throwing - package de.treestack.throwing
 

F

Function<T,R,E> - Interface in de.treestack.throwing
Represents a function that accepts one argument, produces a result and (optionally) throws an Exception.

G

get() - Method in interface de.treestack.throwing.Supplier
Applies this function to the given argument.

L

lift() - Method in interface de.treestack.throwing.BiFunction
Lifts this function that may throw an exception into a function that returns an Optional.
lift() - Method in interface de.treestack.throwing.Function
Lifts this function that may throw an exception into a function that returns an Optional.
lift() - Method in interface de.treestack.throwing.Supplier
Lifts this function that may throw an exception into a function that returns an Optional.
lifted(BiFunction<? super T1, ? super T2, ? extends R, ?>) - Static method in interface de.treestack.throwing.BiFunction
Lifts a function that may throw an exception into a function that returns an Optional.
lifted(Function<? super T, ? extends R, ?>) - Static method in interface de.treestack.throwing.Function
Lifts a function that may throw an exception into a function that returns an Optional.
lifted(Supplier<? extends R, ?>) - Static method in interface de.treestack.throwing.Supplier
Lifts a function that may throw an exception into a function that returns an Optional.

P

Predicate<T,E> - Interface in de.treestack.throwing
Represents a predicate (boolean-valued function) of one argument that might throw an exception.

S

Supplier<R,E> - Interface in de.treestack.throwing
Represents a function that accepts no arguments, produces a result and (optionally) throws an Exception.

T

test(T) - Method in interface de.treestack.throwing.Predicate
Evaluates this predicate on the given argument.
test(T1, T2) - Method in interface de.treestack.throwing.BiPredicate
Evaluates this predicate on the given argument.

U

UnaryOperator<T,E> - Interface in de.treestack.throwing
Represents an operation upon one operand, producing a result of the same type as the operand and (optionally) throwing an Exception.
unchecked() - Method in interface de.treestack.throwing.BiConsumer
Wraps this function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked() - Method in interface de.treestack.throwing.BiFunction
Wraps this function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked() - Method in interface de.treestack.throwing.BiPredicate
Wraps this function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked() - Method in interface de.treestack.throwing.Consumer
Wraps this function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked() - Method in interface de.treestack.throwing.Function
Wraps this function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked() - Method in interface de.treestack.throwing.Predicate
Wraps this function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked() - Method in interface de.treestack.throwing.Supplier
Wraps this function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked(BiConsumer<? super T1, ? super T2, ?>) - Static method in interface de.treestack.throwing.BiConsumer
Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked(BiFunction<? super T1, ? super T2, ? extends R, ?>) - Static method in interface de.treestack.throwing.BiFunction
Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked(BiPredicate<? super T1, ? super T2, ?>) - Static method in interface de.treestack.throwing.BiPredicate
Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked(Consumer<? super T, ?>) - Static method in interface de.treestack.throwing.Consumer
Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked(Function<? super T, ? extends R, ?>) - Static method in interface de.treestack.throwing.Function
Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked(Predicate<? super T, ?>) - Static method in interface de.treestack.throwing.Predicate
Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
unchecked(Supplier<? extends R, ?>) - Static method in interface de.treestack.throwing.Supplier
Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.
A B C D F G L P S T U 
All Classes and Interfaces|All Packages