Difference between revisions of "BreakIfNullStage"

From CCIL
Jump to: navigation, search
(Created page with "Breaks the execution of the current pipeline if the input parameter is ''null''. == Overview == <br/> {| |- | '''jar''' | ccil-api |- | '''recommended name''' | break-if...")
(No difference)

Revision as of 11:39, 1 June 2017

Breaks the execution of the current pipeline if the input parameter is null.

Overview


jar ccil-api
recommended name break-ifnull
class net.ccil.stages.conditional.BufferAppendStage
location /ccil-api/src/main/java/net/ccil/stages/conditional/BreakIfNullStage.java
svn svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/conditional/BreakIfNullStage.java

Parameters

Name Description Comment
IN The input java.lang.Object.

Registration

service:break-ifnull	rdf:type	entity:service ;				
					entity:implementation	"net.ccil.stages.conditional.BreakIfNullStage" ;
					entity:classpath	"" ;
					entity:arguments	"" .

Context

TBA

Example

TBA

See Also