@Value.Immutable public abstract class Related<T,B> extends Object implements Value<T>, ValueSink<T>, ValueSource<T>, HasHumanReadableLabel
| Constructor and Description |
|---|
Related() |
| Modifier and Type | Method and Description |
|---|---|
String |
asHumanReadable() |
protected abstract Value<T> |
destination() |
protected abstract B |
reference() |
static <T,B> Related<T,B> |
to(Value<T> destination,
B base) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnamed, ofType, relatedTo, unvalidatedasHumanReadable@Value.Parameter protected abstract B reference()
public String asHumanReadable()
asHumanReadable in interface HasHumanReadableLabelCopyright © 2023. All rights reserved.