@FunctionalInterface public interface Ref<V> extends Tuple
V
get()
default V
get(Supplier<V> loader)
static <E> Ref<E>
of(E value)
V get()
default V get(Supplier<V> loader)
static <E> Ref<E> of(E value)
Copyright © 2025 fossc. All rights reserved.