X - The type of the target object from which to retrieve the value.Y - The type of the value that is retrieved.public interface ValueRetriever<X,Y>
ValueRetrievers are immutable and the methods may
throw RuntimeExceptions.| Modifier and Type | Method and Description |
|---|---|
Y |
getValue(X target)
Retrieves the value specified by this ValueRetriever of the target
object.
|
Y getValue(X target)
RuntimeExceptions.target - The target object from which to retrieve the value.Copyright © 2020 Blazebit. All rights reserved.