Hierarchy For Package com.github.nullterminated.trylambda
Class Hierarchy
- java.lang.Object
- com.github.nullterminated.trylambda.Either<A,B>
- com.github.nullterminated.trylambda.Either.Left<A,B>
- com.github.nullterminated.trylambda.Either.Right<A,B>
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.github.nullterminated.trylambda.WrappedException
- java.lang.RuntimeException
- java.lang.Exception
- com.github.nullterminated.trylambda.Try
- com.github.nullterminated.trylambda.Either<A,B>
Interface Hierarchy
- java.util.function.Consumer<T>
- com.github.nullterminated.trylambda.CheckedConsumer<T>
- java.util.function.Function<T,R>
- com.github.nullterminated.trylambda.CheckedFunction<T,R>
- java.util.function.Supplier<T>
- com.github.nullterminated.trylambda.CheckedSupplier<T>