cdqa.function

Class FalseObjectUnaryPredicate

Implemented Interfaces:
ObjectUnaryPredicate

(package private) final class FalseObjectUnaryPredicate
extends java.lang.Object
implements ObjectUnaryPredicate

Fields inherited from interface cdqa.function.ObjectUnaryPredicate

FALSE, TRUE

Method Summary

boolean
apply(Object o)

Method Details

apply

public final boolean apply(Object o)
Specified by:
apply in interface ObjectUnaryPredicate