| net.sf.jga.fn.adaptor.AndBinary
All known Subclasses: net.sf.jga.fn.AdaptorVisitor,
AndBinary | public class AndBinary extends BinaryPredicate (Code) | | Binary that performs a shortcircuit and operation using a given pair of
Boolean BinaryFunctors. When the first functor returns true, the second
is not evaluated.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
accept | public void accept(net.sf.jga.fn.Visitor v)(Code) | | Calls the Visitor's visit(AndBinary) method, if it
implements the nested Visitor interface.
|
|
|