net.sf.jga.fn.logical
public class LogicalAnd extends AbstractBinaryPredicate<Boolean,Boolean> implements Serializable
Copyright © 2002 David A. Hall
Nested Class Summary | |
---|---|
interface | LogicalAnd.Visitor
Interface for classes that may interpret a LogicalAnd
predicate. |
Method Summary | |
---|---|
void | accept(Visitor v)
Calls the Visitor's visit(LogicalAnd) method, if it
implements the nested Visitor interface. |
boolean | p(Boolean x, Boolean y)
Given Boolean arguments x and y, returns true when both
x and y are true, otherwise false.
|
String | toString() |
visit(LogicalAnd)
method, if it
implements the nested Visitor interface.Returns: x && y