es.usc.citius.hipster.util.Predicate<T> |
Definition of predictcate to be used with search iterators implementing the
class Algorithm
. A predicate can
be used to define the stop condition of the algorithm
when using the method es.usc.citius.hipster.algorithm.Algorithm#se
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean | apply(T input) |