Package org.qi4j.api.util

Interface Summary
Function<From,To> Generic function interface to map from one type to another
Visitor<T,ThrowableType extends Throwable> Generic Visitor interface.
 

Class Summary
Annotations Useful methods for handling Annotations.
Classes Class-related utility methods
DateFunctions  
Iterables Utility methods for working with Iterables.
ListMap<K,V> Map whose values are Lists of things.
 

Exception Summary
NullArgumentException Thrown if an argument to a method was null, and the method required it to be non-null.