public class NStableValueFactoryImpl extends Object implements NStableValueFactory
| Constructor and Description |
|---|
NStableValueFactoryImpl(NStableValueStore store) |
| Modifier and Type | Method and Description |
|---|---|
NStableValueStore |
getStore() |
NStableValueModel |
load(String id) |
<T> NStableValue<T> |
of(String id,
Supplier<T> supplier) |
<T> NStableValue<T> |
of(Supplier<T> supplier) |
void |
save(NStableValueModel rateLimitValue) |
NStableValueFactory |
withStore(NStableValueStore store) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, ofpublic NStableValueFactoryImpl(NStableValueStore store)
public NStableValueFactory withStore(NStableValueStore store)
withStore in interface NStableValueFactorypublic NStableValueStore getStore()
getStore in interface NStableValueFactorypublic <T> NStableValue<T> of(Supplier<T> supplier)
of in interface NStableValueFactorypublic <T> NStableValue<T> of(String id, Supplier<T> supplier)
of in interface NStableValueFactorypublic NStableValueModel load(String id)
public void save(NStableValueModel rateLimitValue)
Copyright © 2025 vpc open source initiative. All rights reserved.