LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.language.IAssignable< T > Interface Template Reference

interface of assignable structures More...

+ Inheritance diagram for org.lightjason.agentspeak.language.IAssignable< T >:
+ Collaboration diagram for org.lightjason.agentspeak.language.IAssignable< T >:

Public Member Functions

throwvaluenotassignableto ( @Nonnull final Class<?>... p_class) throws IllegalArgumentException
 throws an illegal argument exception iif the value is not assignable to the class More...
 
boolean valueassignableto ( @Nonnull final Class<?>... p_class)
 checkes assignable of the value More...
 

Detailed Description

Definition at line 33 of file IAssignable.java.

Member Function Documentation

◆ throwvaluenotassignableto()

◆ valueassignableto()