| Modifier and Type | Method and Description |
|---|---|
ImmutableStart<T> |
initializedWith(T value) |
ImmutableStart<T> |
providedBy(Supplier<T> valueSupplier) |
ImmutableStart<T> |
with(Supplier<State<T>> supplier) |
public ImmutableStart<T> initializedWith(T value)
public ImmutableStart<T> providedBy(Supplier<T> valueSupplier)
public ImmutableStart<T> with(Supplier<State<T>> supplier)
Copyright © 2025. All rights reserved.