Class Hierarchy
- java.lang.Object
- com.github.phantomthief.util.DeadlineChecker (implements java.lang.AutoCloseable)
- com.github.phantomthief.util.MoreCollectors
- com.github.phantomthief.util.MoreCollectors.CollectorImpl<T,A,R> (implements java.util.stream.Collector<T,A,R>)
- com.github.phantomthief.util.MoreFunctions
- com.github.phantomthief.util.MoreIterables
- com.github.phantomthief.util.MoreLocks
- com.github.phantomthief.util.MorePredicates
- com.github.phantomthief.util.MoreReflection
- com.github.phantomthief.util.MoreRunnables
- com.github.phantomthief.util.MoreStreams
- com.github.phantomthief.util.MoreSuppliers
- com.github.phantomthief.util.MoreSuppliers.AsyncSupplier<T> (implements java.util.function.Supplier<T>)
- com.github.phantomthief.util.MoreSuppliers.CloseableSupplier<T> (implements java.io.Serializable, java.util.function.Supplier<T>)
- com.github.phantomthief.util.MoreSuppliers.CloseableThrowableSupplier<T,X> (implements java.io.Serializable, com.github.phantomthief.util.ThrowableSupplier<T,X>)
- com.github.phantomthief.util.ThrowableUtils
- com.github.phantomthief.util.ToStringHelper
Interface Hierarchy
- com.github.phantomthief.util.ThrowableBiConsumer<T,U,X>
- com.github.phantomthief.util.ThrowableBiFunction<T,U,R,X>
- com.github.phantomthief.util.ThrowableBiPredicate<T,U,X>
- com.github.phantomthief.util.ThrowableConsumer<T,X>
- com.github.phantomthief.util.ThrowableFunction<T,R,X>
- com.github.phantomthief.util.ThrowablePredicate<T,X>
- com.github.phantomthief.util.ThrowableRunnable<X>
- com.github.phantomthief.util.ThrowableSupplier<T,X>
- com.github.phantomthief.util.ThrowableTriConsumer<T1,T2,T3,X>
- com.github.phantomthief.util.ThrowableTriFunction<T1,T2,T3,R,X>
- com.github.phantomthief.util.TriConsumer<A,B,C>
- com.github.phantomthief.util.TriFunction<T1,T2,T3,R>