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.MyIterable<T> (implements java.lang.Iterable<T>)
- com.github.underscore.Underscore.TemplateImpl<K,
V> (implements com.github.underscore.Template<T>) - com.github.underscore.Underscore.ValueThenKeyComparator<K,
V> (implements java.util.Comparator<T>) - com.github.underscore.Underscore.WherePredicate<E,
T> (implements java.util.function.Predicate<T>)
- com.github.underscore.MemoizeFunction<F,
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>