public class Zip6Node<IN1,IN2,IN3,IN4,IN5,IN6,OUT> extends ZipNode<OUT>
| Modifier and Type | Field and Description |
|---|---|
ZipInputNode<IN1,OUT> |
in1 |
ZipInputNode<IN2,OUT> |
in2 |
ZipInputNode<IN3,OUT> |
in3 |
ZipInputNode<IN4,OUT> |
in4 |
ZipInputNode<IN5,OUT> |
in5 |
ZipInputNode<IN6,OUT> |
in6 |
buffers, inputCount, inputsgraph, inputNodes| Constructor and Description |
|---|
Zip6Node(Function6<IN1,IN2,IN3,IN4,IN5,IN6,OUT> combineFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected OUT |
zip()
Combines the input value to produce a new output value.
|
addZipInputNode, isReadyToZip, onInputaction, action, addInputNode, attach, begin, begin, beginTimer, beginTimer, buffer, completed, concat, concatStrings, count, createErrorMessage, detach, dispatchError, dispatchReset, distinct, doOnCompleted, doOnError, doOnInput, doOnReset, emitOutput, emitOutput, filter, first, first, getGraph, hasInputNodes, isErrorReceived, last, last, map, merge, nth, observer, observer, onAttached, onCompleted, onDetached, onError, onInput, onReset, processInput, removeInputNode, repeat, reverse, setErrorReceived, setGraph, skip, skipWhile, start, string, sum, take, timer, timer, toBoolean, toByte, toChar, toDouble, toFloat, toInt, toLong, toMain, toShort, toWorker, whenClicked, whenTextChangedpublic final ZipInputNode<IN1,OUT> in1
public final ZipInputNode<IN2,OUT> in2
public final ZipInputNode<IN3,OUT> in3
public final ZipInputNode<IN4,OUT> in4
public final ZipInputNode<IN5,OUT> in5
public final ZipInputNode<IN6,OUT> in6