24 package org.lightjason.agentspeak.action.builtin.generic.type;
29 import javax.annotation.Nonnull;
30 import java.util.List;
54 protected final boolean cast( @Nonnull
final ITerm p_value, @Nonnull
final List<ITerm> p_return )
56 p_return.add(
CRawTerm.
from( p_value.raw().toString() ) );
static final long serialVersionUID
serial id
final boolean cast( @Nonnull final ITerm p_value, @Nonnull final List< ITerm > p_return)
cast / translates value
converts a value into the string represenation.
abstract class to cast / translate a value.
static< N > CRawTerm< N > from(final N p_value)
factory for a raw term
term structure for simple datatypes