public abstract class UnaryBooleanOperator<E> extends Object implements BooleanOperator<E>
Modifier and Type | Field and Description |
---|---|
protected BooleanOperator<E> |
operand |
Constructor and Description |
---|
UnaryBooleanOperator() |
Modifier and Type | Method and Description |
---|---|
BooleanOperator<E> |
getOperand() |
void |
setOperand(BooleanOperator<E> operand) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isTrue
protected BooleanOperator<E> operand
public BooleanOperator<E> getOperand()
public void setOperand(BooleanOperator<E> operand)
Copyright © 2005–2015 IIPC. All rights reserved.