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