uk.co.jezuk.mango
Interface Predicate


public interface Predicate

A Predicate is a special form of a UnaryFunction, whose result represents the truth or otherwise of some condition.
Returns true if the condition the Predicate tests for is satisfied, false otherwise.

Version:
$Id: Predicate.java 24 2002-04-08 13:44:32Z jez $
Author:
Jez Higgins, jez@jezuk.co.uk

Method Summary
 boolean test(java.lang.Object x)
           
 

Method Detail

test

public boolean test(java.lang.Object x)


Copyright © 2002-2006 JezUK Ltd.