Uses of Class
org.evrete.api.annotations.Nullable
-
Packages that use Nullable Package Description org.evrete org.evrete.api -
-
Uses of Nullable in org.evrete
Method parameters in org.evrete with annotations of type Nullable Modifier and Type Method Description voidAbstractRule. setRhs(Consumer<RhsContext> rhs) -
Uses of Nullable in org.evrete.api
Methods in org.evrete.api with annotations of type Nullable Modifier and Type Method Description <T> Type<T>TypeResolver. getType(String name)Consumer<RhsContext>RuleCompiledSources. rhs()This method returns the sources' compiled RHS.StringRuleLiteralData. rhs()Returns the right-hand side (RHS) expression associated with this instance of LiteralRuleSources.Method parameters in org.evrete.api with annotations of type Nullable Modifier and Type Method Description voidRule. setRhs(Consumer<RhsContext> rhs)
-