Difference between revisions of "BreakIfNullStage"
From CCIL
(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...") |
(→Parameters) |
||
Line 24: | Line 24: | ||
{| | {| | ||
! Name | ! Name | ||
+ | ! Type | ||
! Description | ! Description | ||
! Comment | ! Comment | ||
|- | |- | ||
| IN | | IN | ||
+ | | ''java.lang.Object'' | ||
| The input ''java.lang.Object''. | | The input ''java.lang.Object''. | ||
| | | |
Latest revision as of 12:36, 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 | Type | Description | Comment |
---|---|---|---|
IN | java.lang.Object | 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