cascading.operation.assertion
Class AssertEqualsAll
java.lang.Object
cascading.operation.BaseOperation<C>
cascading.operation.assertion.BaseAssertion
cascading.operation.assertion.AssertEqualsAll
- All Implemented Interfaces:
- Assertion, Operation, PlannedOperation, ValueAssertion, java.io.Serializable
public class AssertEqualsAll
- extends BaseAssertion
- implements ValueAssertion
Class AssertEqualsAll asserts that every value in the argument values Tuple
is equal to the value
provided on the constructor.
- See Also:
- Serialized Form
Fields inherited from interface cascading.operation.Operation |
ANY |
Constructor Summary |
AssertEqualsAll(java.lang.Object value)
Constructor AssertEqualsAll creates a new AssertEqualsAll instance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AssertEqualsAll
@ConstructorProperties(value="value")
public AssertEqualsAll(java.lang.Object value)
- Constructor AssertEqualsAll creates a new AssertEqualsAll instance.
- Parameters:
value
- of type Comparable
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
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class BaseAssertion
hashCode
public int hashCode()
- Overrides:
hashCode
in class BaseAssertion
Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.