X - The type of the target object from which to retrieve the value.Y - The type of the value that is accessed.public interface ValueAccessor<X,Y> extends ValueRetriever<X,Y>
ValueAccessors are immutable and the methods may throw
RuntimeExceptions.| Modifier and Type | Method and Description |
|---|---|
void |
setValue(X target,
Y value)
Sets the given value specified in the target object.
|
getValuevoid setValue(X target, Y value)
RuntimeExceptions.target - The target object on which to set the given value.value - The new value of the target object.Copyright © 2020 Blazebit. All rights reserved.