public class StaticSupplier<V> extends Object implements Supplier<V>
StaticSupplier(V x)
V
get()
static <V> Supplier<V>
of(V x)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StaticSupplier(V x)
public static <V> Supplier<V> of(V x)
public V get()
get
Supplier<V>
Copyright © 2026 vpc open source initiative. All rights reserved.