cascading.operation
Interface ValueAssertionCall<C>

All Superinterfaces:
OperationCall<C>
All Known Implementing Classes:
ConcreteCall

public interface ValueAssertionCall<C>
extends OperationCall<C>

Interface ValueAssertionCall provides access to the current ValueAssertion invocation arguments.


Method Summary
 TupleEntry getArguments()
          Returns TupleEntry of argument values.
 
Methods inherited from interface cascading.operation.OperationCall
getArgumentFields, getContext, setContext
 

Method Detail

getArguments

TupleEntry getArguments()
Returns TupleEntry of argument values.

Returns:
TupleEntry


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