static <T,A> LazyLoader<T>
of(Function<A,T> loader, A arg)
static <T> LazyLoader<T>
of(Supplier<T> loader)
Copyright © 2025. All rights reserved.