is there a way to use collection operator for this...
# announcements
n
is there a way to use collection operator for this case : a list of Thing, Thing has a method isTrue() which return true or false, I want to check if all isTrue() in my list return the same value
stackoverflow 1