public static class DefaultCasts.AnyToArray extends TypeCast<ExecutionResult<?>,GArray>
Constructor and Description |
---|
DefaultCasts.AnyToArray() |
Modifier and Type | Method and Description |
---|---|
GArray |
cast(ExecutionResult<?> value)
Casts the given value to the output type.
|
public GArray cast(ExecutionResult<?> value)
TypeCast
cast
in class TypeCast<ExecutionResult<?>,GArray>
value
- the value to cast.