24 package org.lightjason.agentspeak.language;
26 import javax.annotation.Nonnull;
27 import javax.annotation.Nullable;
boolean valueassignableto( @Nonnull final Class<?>... p_class)
checkes assignable of the value
interface of assignable structures
T throwvaluenotassignableto( @Nonnull final Class<?>... p_class)
throws an illegal argument exception iif the value is not assignable to the class ...