|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.operation.OrOperation
public class OrOperation
Combines boolean arguments with an 'and' condition ignoring null arguments.
If the number of arguments is zero, true is returned.
Created: 05.03.2008 07:56:59
| Constructor Summary | |
|---|---|
OrOperation()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
perform(java.lang.Boolean... args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrOperation()
| Method Detail |
|---|
public java.lang.Boolean perform(java.lang.Boolean... args)
perform in interface Operation<java.lang.Boolean,java.lang.Boolean>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||