FileDocCategorySizeDatePackage
Predicable.javaAPI DocAzureus 3.0.3.41506Thu Feb 09 19:43:02 GMT 2006org.gudy.azureus2.core3.predicate

Predicable

public interface Predicable

Predicable provides a predicate interface that returns True or False depending on the evaluated object.

Implementation Notes: Predicates can be decorated for compositing

version
1.0
author
James Yeh

Fields Summary
Constructors Summary
Methods Summary
public booleanevaluate(java.lang.Object obj)
Evaluates an object and returns True if the object matches the predicate conditions

param
obj An object
return
True if conditions match; else False