public void value(T each)
{
result.push(booleanFunction.booleanValueOf(each));
}
});
return result.toImmutable();
}
public <R extends MutableBooleanCollection> R collectBoolean(BooleanFunction<? super T> booleanFunction, R target)
{
return this.delegate.collectBoolean(booleanFunction, target);