No...no one?
My primary concern is to apply a filtering pattern to an array like so...
(this array is non collections based)
when
$source : SourceObject()
$filtered : MyObjectType( field == "criteria" ) from
$source.getMyObjectTypes() << returns MyObjectType[]
then
... do something with the filtered object
I am getting a ClassCaseException in the from line.
Anyone? Please?
HC
--
View this message in context:
http://www.nabble.com/Can-%22From%22-reason-over-primitive-arrays--tp1487...
Sent from the drools - user mailing list archive at
Nabble.com.