cascading.operation.assertion
Class AssertNotNull
java.lang.Object
cascading.operation.BaseOperation<C>
cascading.operation.assertion.BaseAssertion
cascading.operation.assertion.AssertNotNull
- All Implemented Interfaces:
- DeclaresResults, Assertion, Operation, PlannedOperation, ValueAssertion, Serializable
public class AssertNotNull
- extends BaseAssertion
- implements ValueAssertion
Class AssertNotNull asserts that every value in the argument values Tuple
is not a null value.
- See Also:
- Serialized Form
Fields inherited from interface cascading.operation.Operation |
ANY |
Constructor Summary |
AssertNotNull()
Constructor AssertNotNull creates a new AssertNotNull instance. |
AssertNotNull
public AssertNotNull()
- Constructor AssertNotNull creates a new AssertNotNull instance.
doAssert
public void doAssert(FlowProcess flowProcess,
ValueAssertionCall assertionCall)
- Description copied from interface:
ValueAssertion
- Method doAssert performs the assertion.
- Specified by:
doAssert
in interface ValueAssertion
- Parameters:
flowProcess
- of type FlowProcessassertionCall
- of type ValueAssertionCall
Copyright © 2007-2014 Concurrent, Inc. All Rights Reserved.