Skip navigation links
C E G I R S T 

C

com.aol.cyclops.invokedynamic - package com.aol.cyclops.invokedynamic
 

E

ExceptionSoftener - Class in com.aol.cyclops.invokedynamic
Utility class for softening exceptions Use throw throwSoftenedException
ExceptionSoftener() - Constructor for class com.aol.cyclops.invokedynamic.ExceptionSoftener
 
execute(List<String>, Object, Object...) - Method in class com.aol.cyclops.invokedynamic.InvokeDynamic
 
execute(String, Object, Object...) - Method in class com.aol.cyclops.invokedynamic.InvokeDynamic
 

G

getFieldMap(Class) - Static method in class com.aol.cyclops.invokedynamic.ReflectionCache
 
getFields(Class) - Static method in class com.aol.cyclops.invokedynamic.ReflectionCache
 
getUnapplyMethod(Class) - Static method in class com.aol.cyclops.invokedynamic.ReflectionCache
 

I

InvokeDynamic - Class in com.aol.cyclops.invokedynamic
 
InvokeDynamic() - Constructor for class com.aol.cyclops.invokedynamic.InvokeDynamic
 

R

ReflectionCache - Class in com.aol.cyclops.invokedynamic
 
ReflectionCache() - Constructor for class com.aol.cyclops.invokedynamic.ReflectionCache
 

S

softenBiConsumer(CheckedBiConsumer<T1, T2>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedBiConsumer that can throw Checked Exceptions to a standard BiConsumer that can also throw Checked Exceptions (without declaring them) e.g.
softenBiFunction(CheckedBiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedBiFunction that can throw Checked Exceptions to a standard BiFunction that can also throw Checked Exceptions (without declaring them)
softenBiPredicate(CheckedBiPredicate<T1, T2>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedBiPredicate that can throw Checked Exceptions to a standard BiPredicate that can also throw Checked Exceptions (without declaring them) e.g.
softenBooleanSupplier(CheckedBooleanSupplier) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a BooleanSuppler that throws a checked exception into one that still throws the exception, but doesn't need to declare it.
softenCallable(Callable<T>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a Callable that throws a ChecekdException into a Supplier
softenConsumer(CheckedConsumer<T>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedConsumer that can throw Checked Exceptions to a standard Consumer that can also throw Checked Exceptions (without declaring them) e.g.
softenDoubleConsumer(CheckedDoubleConsumer) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedDoubleConsumer that can throw Checked Exceptions to a standard DoubleConsumer that can also throw Checked Exceptions (without declaring them) e.g.
softenDoubleFunction(CheckedDoubleFunction<R>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedDoubleFunction that can throw Checked Exceptions to a standard DoubleFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenDoublePredicate(CheckedDoublePredicate) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedDoublePredicate that can throw Checked Exceptions to a standard DoublePredicate that can also throw Checked Exceptions (without declaring them) e.g.
softenDoubleSupplier(CheckedDoubleSupplier) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedDoubleSupplier to an DoubleSupplier that doesn't need to declare any checked exceptions thrown e.g.
softenDoubleToIntFunction(CheckedDoubleToIntFunction) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedDoubleToIntFunction that can throw Checked Exceptions to a standard DoubleToIntFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenDoubleToLongFunction(CheckedDoubleToLongFunction) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedDoubleToLongFunction that can throw Checked Exceptions to a standard DoubleToLongFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenFunction(CheckedFunction<T, R>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedFunction that can throw Checked Exceptions to a standard Function that can also throw Checked Exceptions (without declaring them) e.g.
softenIntConsumer(CheckedIntConsumer) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedIntConsumer that can throw Checked Exceptions to a standard IntConsumer that can also throw Checked Exceptions (without declaring them) e.g.
softenIntFunction(CheckedIntFunction<R>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedIntFunction that can throw Checked Exceptions to a standard IntFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenIntPredicate(CheckedIntPredicate) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedIntPredicate that can throw Checked Exceptions to a standard IntPredicate that can also throw Checked Exceptions (without declaring them) e.g.
softenIntSupplier(CheckedIntSupplier) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedIntSupplier to an IntSupplier that doesn't need to declare any checked exceptions thrown e.g.
softenIntToDoubleFunction(CheckedIntToDoubleFunction) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedIntToDoubleFunction that can throw Checked Exceptions to a standard IntToDoubleFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenIntToLongFunction(CheckedIntToLongFunction) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedIntToLongFunction that can throw Checked Exceptions to a standard IntToLongFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenLongConsumer(CheckedLongConsumer) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedLongConsumer that can throw Checked Exceptions to a standard LongConsumer that can also throw Checked Exceptions (without declaring them) e.g.
softenLongFunction(CheckedLongFunction<R>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedLongFunction that can throw Checked Exceptions to a standard LongFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenLongPredicate(CheckedLongPredicate) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedLongPredicate that can throw Checked Exceptions to a standard LongPredicate that can also throw Checked Exceptions (without declaring them) e.g.
softenLongSupplier(CheckedLongSupplier) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedLongSupplier to an LongSupplier that doesn't need to declare any checked exceptions thrown e.g.
softenLongToDoubleFunction(CheckedLongToDoubleFunction) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedLongToDoubleFunction that can throw Checked Exceptions to a standard LongToDoubleFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenLongToIntFunction(CheckedLongToIntFunction) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedLongToIntFunction that can throw Checked Exceptions to a standard LongToIntFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenPredicate(CheckedPredicate<T>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a CheckedPredicate that can throw Checked Exceptions to a standard Predicate that can also throw Checked Exceptions (without declaring them) e.g.
softenRunnable(CheckedRunnable) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a Runnable that throws a ChecekdException into a plain old Runnable
softenSupplier(CheckedSupplier<T>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Soften a Supplier that throws a ChecekdException into a plain old Supplier
stream(Object) - Method in class com.aol.cyclops.invokedynamic.InvokeDynamic
 
supplier(Object, List<String>) - Method in class com.aol.cyclops.invokedynamic.InvokeDynamic
 

T

throwIf(X, Predicate<X>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Throw the exception as upwards if the predicate holds, otherwise do nothing
throwOrHandle(X, Predicate<X>, Consumer<X>) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Throw the exception as upwards if the predicate holds, otherwise pass to the handler
throwSoftenedException(Throwable) - Static method in class com.aol.cyclops.invokedynamic.ExceptionSoftener
Convert any throwable into an unchecked exception.
C E G I R S T 
Skip navigation links