package

com.atlassian.plugin.util.collect

Interfaces

Consumer<T> Consume the object a Supplier produces. 
Function<I, O> A Function that resolves input (of type I) to output (of type O). 
Predicate<T> Evaluate an input and return true or false. 

Classes