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