public class Reloadable1<P,C> extends Reloadable<C> implements Observer<P>
| Constructor and Description |
|---|
Reloadable1(P currentParentValue,
io.vavr.Function2<P,java.util.Optional<C>,TransformationResult<C>> transform) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParent(Observable<?> observable) |
void |
notifyChanged(P parentValue) |
compose, compose, compose, compose, compose, compose, compose, compose, currentValue, map, map, updateCurrentValueaddWeakObserver, notifyObserverspublic Reloadable1(P currentParentValue, io.vavr.Function2<P,java.util.Optional<C>,TransformationResult<C>> transform)
public void addParent(Observable<?> observable)
public void notifyChanged(P parentValue)
notifyChanged in interface Observer<P>