Hello,
<div><br></div><div>In my rules file I&#39;d like to set something like this:</div><div><br></div><div><div>rule &quot;mayThrowDice&quot;</div><div>    when</div><div>        $user : User($gp : gameplay)</div><div>        $gameplay(this == $gp)</div>
<div>    then</div><div>        exists List&lt;Boost&gt;() {</div><div>            ..... some business logic</div><div>        }</div><div>end</div></div><div><br></div><div>But it looks like there is no generics support. How can I make sure there is a List of type Boost inserted into the session?</div>
<div><br></div><div>Thank you,</div><div>Martin</div>