cascading.operation.filter
Class FilterNotNull

java.lang.Object
  extended by cascading.operation.BaseOperation
      extended by cascading.operation.filter.FilterNotNull
All Implemented Interfaces:
DeclaresResults, Filter, Operation, Traceable, Serializable

public class FilterNotNull
extends BaseOperation
implements Filter

Class FilterNotNull verifies that every value in the argument values Tuple is a null value. If a non-null value is encountered, the current Tuple will be filtered out.

See Also:
FilterNull, Serialized Form

Field Summary
 
Fields inherited from class cascading.operation.BaseOperation
fieldDeclaration, numArgs, trace
 
Fields inherited from interface cascading.operation.Operation
ANY
 
Constructor Summary
FilterNotNull()
           
 
Method Summary
 boolean isRemove(FlowProcess flowProcess, FilterCall filterCall)
          Method isRemove returns true if input should be removed from the tuple stream.
 
Methods inherited from class cascading.operation.BaseOperation
cleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, 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.Operation
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe, prepare
 

Constructor Detail

FilterNotNull

public FilterNotNull()
Method Detail

isRemove

public boolean isRemove(FlowProcess flowProcess,
                        FilterCall filterCall)
Description copied from interface: Filter
Method isRemove returns true if input should be removed from the tuple stream.

Specified by:
isRemove in interface Filter
Parameters:
flowProcess - of type FlowProcess
filterCall - of type FilterCall
Returns:
boolean


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