FromType - the input type of the cast.ToType - the output type of the cast.public abstract class TypeCast<FromType extends ExecutionResult<?>,ToType extends ExecutionResult<?>>
extends java.lang.Object
| Constructor and Description |
|---|
TypeCast() |
| Modifier and Type | Method and Description |
|---|---|
abstract ToType |
cast(FromType value)
Casts the given value to the output type.
|