FromType
ToType
public abstract class TypeCast<FromType extends ExecutionResult<?>,ToType extends ExecutionResult<?>> extends java.lang.Object
TypeCast()
abstract ToType
cast(FromType value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TypeCast()
public abstract ToType cast(FromType value)
value