Class Lazy.Fast<T>

java.lang.Object
io.github.vampirestudios.vampirelib.utils.Lazy.Fast<T>
All Implemented Interfaces:
Lazy<T>, Supplier<T>
Enclosing interface:
Lazy<T>

public static final class Lazy.Fast<T> extends Object implements Lazy<T>
Non-thread-safe implementation.
  • Method Details

    • get

      @Nullable public final T get()
      Specified by:
      get in interface Supplier<T>