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