Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.dudko.tools.safejavastreams.adapter.CheckedAdapters
- com.dudko.tools.safejavastreams.core.Either<L,
R> - com.dudko.tools.safejavastreams.core.Either.Left<L,
R> - com.dudko.tools.safejavastreams.core.Either.Right<L,
R>
- com.dudko.tools.safejavastreams.core.Either.Left<L,
- com.dudko.tools.safejavastreams.demo.core.EitherDemo
- com.dudko.tools.safejavastreams.extensions.EitherExtensions
- com.dudko.tools.safejavastreams.demo.extensions.EitherExtensionsDemo
- com.dudko.tools.safejavastreams.core.Result<T,
E> - com.dudko.tools.safejavastreams.core.Result.Failure<T,
E> - com.dudko.tools.safejavastreams.core.Result.Success<T,
E>
- com.dudko.tools.safejavastreams.core.Result.Failure<T,
- com.dudko.tools.safejavastreams.demo.core.ResultDemo
- com.dudko.tools.safejavastreams.extensions.ResultExtensions
- com.dudko.tools.safejavastreams.demo.extensions.ResultExtensionsDemo
- com.dudko.tools.safejavastreams.core.Try<T>
- com.dudko.tools.safejavastreams.core.Try.Failure<T>
- com.dudko.tools.safejavastreams.core.Try.Success<T>
- com.dudko.tools.safejavastreams.demo.core.TryDemo
- com.dudko.tools.safejavastreams.extensions.TryExtensions
- com.dudko.tools.safejavastreams.demo.extensions.TryExtensionsDemo
Interface Hierarchy
- com.dudko.tools.safejavastreams.function.ThrowingBiConsumer<T,
U> - com.dudko.tools.safejavastreams.function.ThrowingBiFunction<T,
U, R> - com.dudko.tools.safejavastreams.function.ThrowingConsumer<T>
- com.dudko.tools.safejavastreams.function.ThrowingFunction<T,
R> - com.dudko.tools.safejavastreams.function.ThrowingRunnable
- com.dudko.tools.safejavastreams.function.ThrowingSupplier<T>