harpoon.Util
Interface PredicateWrapper


public interface PredicateWrapper

PredicateWrapper wraps a predicate on an Object. This is supposed to allow us to send predicate functions as arguments to high-level functions.

Version:
$Id: PredicateWrapper.java,v 1.2 2002/02/25 21:08:46 cananian Exp $
Author:
Alexandru SALCIANU <salcianu@retezat.lcs.mit.edu>

Method Summary
 boolean check(Object obj)
           
 

Method Detail

check

boolean check(Object obj)