| net.sf.jga.fn.adaptor.OrBinary
All known Subclasses: net.sf.jga.fn.AdaptorVisitor,
OrBinary | public class OrBinary extends BinaryPredicate (Code) | | Binary that performs a shortcircuit or 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(OrBinary) method, if it
implements the nested Visitor interface.
|
|
|