Package io.github.vampirestudios.vampirelib.utils
package io.github.vampirestudios.vampirelib.utils
-
ClassDescriptionFrom stackoverflow: https://stackoverflow.com/a/27644392LamdbaExceptionUtils.BiConsumer_WithExceptions<T,
U, E extends Exception> LamdbaExceptionUtils.Consumer_WithExceptions<T,E extends Exception> LamdbaExceptionUtils.Function_WithExceptions<T,R, E extends Exception> LamdbaExceptionUtils.Supplier_WithExceptions<T,E extends Exception> Lazy<T>Proxy object for a value that is calculated on first accessThread-safe implementation.Lazy.Fast<T>Non-thread-safe implementation.NonNullLazy<T>Proxy object for a value that is calculated on first access.Equivalent toSupplier, except with nonnull contract.