NumberPredicate

public class NumberPredicate implements Predicate

Implementation of a Predicate that allows a type-independent comparision of two numbers.

Constructors

NumberPredicate

public NumberPredicate(Number element)

Methods

evaluate

public boolean evaluate(Object candidate)