Class Hierarchy
- java.lang.Object
- com.github.underscore.MemoizeFunction<F,T> (implements java.util.function.Function<T,R>)
- com.github.underscore.Optional<T>
- com.github.underscore.Trie
- com.github.underscore.Trie.TrieNode
- com.github.underscore.Tuple<A,B>
- com.github.underscore.Underscore<T>
- com.github.underscore.Underscore.Chain<T>
- com.github.underscore.Underscore.ValueThenKeyComparator<K,V> (implements java.util.Comparator<T>)
Interface Hierarchy
- java.util.function.Function<T,R>
- com.github.underscore.Template<T>
- com.github.underscore.Function3<F1,F2,F3,T>
- com.github.underscore.PredicateIndexed<T>