187188189190191192193
return BooleanHashBag.newBagWith(this.element1); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
367368369370371372373374
public LazyBooleanIterable asLazy() { synchronized (this.lock) { return new LazyBooleanIterableAdapter(this); } }
132133134135136137138
} @Override public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
198199200201202203204
330331332333334335336
return BooleanHashBag.newBag(this); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
785786787788789790791
733734735736737738739
212213214215216217218
return this.collection.toImmutable(); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
173174175176177178179180
@Override public LazyBooleanIterable asLazy() { synchronized (this.getLock()) { return new LazyBooleanIterableAdapter(this); } }
235236237238239240241
return this; } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }