public interface UnsortedSetBatch<T> extends Batch<T>
UnsortedSetBatch<T>
select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
collect, count, forEach, makeString
UnsortedSetBatch<T> select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
select
Batch<T>