Skip navigation links
A C I M R S T 

A

accept(T) - Method in interface io.joj.fluence.util.CheckedConsumer
 
apply(T, U) - Method in interface io.joj.fluence.util.CheckedBiFunction
 
apply(T) - Method in interface io.joj.fluence.util.CheckedFunction
 

C

call() - Method in interface io.joj.fluence.util.CheckedCallable
 
CheckedBiFunction<T,U,R,E extends Exception> - Interface in io.joj.fluence.util
A variant of BiFunction that allows checked exceptions.
CheckedCallable<T,E extends Exception> - Interface in io.joj.fluence.util
A variant of Callable that allows checked exceptions.
CheckedConsumer<T,E extends Exception> - Interface in io.joj.fluence.util
A variant of Consumer that allows checked exceptions.
CheckedFunction<T,R,E extends Exception> - Interface in io.joj.fluence.util
A variant of Function that allows checked exceptions.
CheckedRunnable<E extends Exception> - Interface in io.joj.fluence.util
A variant of Runnable that allows checked exceptions.
combine(CheckedFunction<M, T, ? extends E>) - Method in interface io.joj.fluence.util.CheckedFunction
Returns a composed function that first applies before and then this.

I

io.joj.fluence.util - package io.joj.fluence.util
 

M

map(CheckedFunction<T, R, ? extends E>) - Method in interface io.joj.fluence.util.CheckedCallable
 
memoize(Supplier<T>) - Static method in class io.joj.fluence.util.SupplierFluence
Returns a memoizing supplier.

R

run() - Method in interface io.joj.fluence.util.CheckedRunnable
Do something.

S

SupplierFluence - Class in io.joj.fluence.util
Makes your Suppliers more fluent.

T

thenApply(CheckedFunction<R, M, ? extends E>) - Method in interface io.joj.fluence.util.CheckedFunction
Returns a composed function that first applies this and then after.
thenRun(CheckedRunnable<E>) - Method in interface io.joj.fluence.util.CheckedRunnable
Returns a CheckedRunnable that first runs this and then runs after.
A C I M R S T 
Skip navigation links

Copyright © 2016. All rights reserved.