jfun.yan
Interface Predicate

All Superinterfaces:
java.io.Serializable

public interface Predicate
extends java.io.Serializable

Maps an Object to a boolean value.

Zephyr Business Solutions Corp.

Author:
Ben Yu

Method Summary
 boolean isObject(java.lang.Object obj)
           
 

Method Detail

isObject

public boolean isObject(java.lang.Object obj)