Uses of Interface
com.koloboke.function.BytePredicate

Packages that use BytePredicate
com.koloboke.collect The root package of the collection library. 
 

Uses of BytePredicate in com.koloboke.collect
 

Methods in com.koloboke.collect with parameters of type BytePredicate
 boolean ByteCollection.forEachWhile(BytePredicate predicate)
          Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
 boolean ByteCollection.removeIf(BytePredicate filter)
          Removes all of the elements of this collection that satisfy the given predicate.