jfun.parsec

Interface ObjectPredicate<T>

public interface ObjectPredicate<T> extends Serializable

Maps an Object to a boolean value.

Author: Ben Yu Dec 20, 2004

Method Summary
booleanisObject(T v)
Tests whether the given object satisfies the predicate.

Method Detail

isObject

public boolean isObject(T v)
Tests whether the given object satisfies the predicate.

Parameters: v the object to test.

Returns: true if satisfies, false otherwise.