jInfer

Uses of Interface
cz.cuni.mff.ksi.jinfer.base.utils.BaseUtils.Predicate

Packages that use BaseUtils.Predicate
cz.cuni.mff.ksi.jinfer.base.utils This package contains utility logic shared across jInfer. 
 

Uses of BaseUtils.Predicate in cz.cuni.mff.ksi.jinfer.base.utils
 

Methods in cz.cuni.mff.ksi.jinfer.base.utils with parameters of type BaseUtils.Predicate
static
<T> List<T>
BaseUtils.filter(List<T> target, BaseUtils.Predicate<T> predicate)
          Filters the collection, leaving only elements where predicate applies.
 


jInfer

Generated on Fri Dec 9 00:01:25 CET 2011