public interface IResultValueProvider
Modifier and Type | Method and Description |
---|---|
TypedResult<?> |
getResultByIdentifier(java.lang.String identifier) |
<T> java.util.Collection<T> |
getResultValue(TypedCollectionResult<T> result) |
<T> T |
getResultValue(TypedResult<T> result)
Get the value of a result.
|
<T> T getResultValue(TypedResult<T> result)
result
- result to get the value for<T> java.util.Collection<T> getResultValue(TypedCollectionResult<T> result)
TypedResult<?> getResultByIdentifier(java.lang.String identifier)