Uses of Class
jfun.yan.xml.nuts.optional.BinaryPredicateNut

Packages that use BinaryPredicateNut
jfun.yan.xml.nuts.optional This package provides some optional Nut classes that can be loaded manually from the config file. 
 

Uses of BinaryPredicateNut in jfun.yan.xml.nuts.optional
 

Subclasses of BinaryPredicateNut in jfun.yan.xml.nuts.optional
 class EqualsNut
          A tag that compares the equality of two objects.
 class NotEqualsNut
          The tag that returns false if two objects are equal.
 class NotSameNut
          The tag that returns false if two objects are same.
 class SameNut
          A tag that tests if two references are pointing to the same object.