use of includesAnyOf:

Hilaire Fernandes hilaire2006 at laposte.net
Sun Mar 11 10:32:11 UTC 2007


Hilaire Fernandes a écrit :
> I am wondering about the use of includesAnyOf: query. Is it the same use 
> than inclidesAnyOf: from the collection classes?
> 
> Is the following correct ?
> 
> myMagmaCollection where: [:each | each endDate includesAnyOf: {Date 
> today . Date yesterday}
> 
> With endDate returning a Date instance.

Or may be with endDate returning a collection of Date will be even more 
useful?

Hilaire



More information about the Magma mailing list