|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.operation.BaseOperation<C>
cascading.operation.assertion.BaseAssertion
cascading.operation.assertion.AssertNotNull
public class AssertNotNull
Class AssertNotNull asserts that every value in the argument values Tuple
is not a null value.
Field Summary |
---|
Fields inherited from class cascading.operation.BaseOperation |
---|
fieldDeclaration, numArgs, trace |
Fields inherited from interface cascading.operation.Operation |
---|
ANY |
Constructor Summary | |
---|---|
AssertNotNull()
Constructor AssertNotNull creates a new AssertNotNull instance. |
Method Summary | |
---|---|
void |
doAssert(FlowProcess flowProcess,
ValueAssertionCall assertionCall)
Method doAssert performs the assertion. |
Methods inherited from class cascading.operation.assertion.BaseAssertion |
---|
equals, fail, fail, getMessage, hashCode, supportsPlannerLevel, throwFail, throwFail |
Methods inherited from class cascading.operation.BaseOperation |
---|
cleanup, flush, getFieldDeclaration, getNumArgs, getTrace, isSafe, prepare, printOperationInternal, toString, toStringInternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface cascading.operation.PlannedOperation |
---|
supportsPlannerLevel |
Methods inherited from interface cascading.operation.Operation |
---|
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe, prepare |
Constructor Detail |
---|
public AssertNotNull()
Method Detail |
---|
public void doAssert(FlowProcess flowProcess, ValueAssertionCall assertionCall)
ValueAssertion
doAssert
in interface ValueAssertion
flowProcess
- of type FlowProcessassertionCall
- of type ValueAssertionCall
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |