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