cascading.operation
Interface Assertion<PC>

All Superinterfaces:
Operation<PC>, PlannedOperation<PC>
All Known Subinterfaces:
GroupAssertion<C>, ValueAssertion<C>
All Known Implementing Classes:
AssertEquals, AssertEqualsAll, AssertExpression, AssertGroupBase, AssertGroupSizeEquals, AssertGroupSizeLessThan, AssertGroupSizeMoreThan, AssertMatches, AssertMatchesAll, AssertNotEquals, AssertNotNull, AssertNull, AssertSizeEquals, AssertSizeLessThan, AssertSizeMoreThan

public interface Assertion<PC>
extends PlannedOperation<PC>

Interface Assertion is the base interface for all stream assertions. Implementors must also extend BaseOperation.


Field Summary
 
Fields inherited from interface cascading.operation.Operation
ANY
 
Method Summary
 
Methods inherited from interface cascading.operation.PlannedOperation
supportsPlannerLevel
 
Methods inherited from interface cascading.operation.Operation
cleanup, getFieldDeclaration, getNumArgs, isSafe, prepare
 



Copyright © 2007-2010 Concurrent, Inc. All Rights Reserved.