[][src]Module arnalisa::bins::single_not_null

A bin outputs the only input value which is not Nothing.

If exactly one input has a value that is not Nothing, this value gets propagated to the output. If either zero or more than one inputs have a value that is not Nothing, the output will be driven by a Nothing value.

  ┌──[single_not_null]──┐
 ⇒│<input 0>      output│⇒
 ⇒│<input 1>            │
 ⇒│<input 2>            │
 ⇒┊…                    ┊
 ⇒│<input n>            │
  └─────────────────────┘

Structs

Bin

A bin outputs the only input value which is not Nothing.

Description

Description for the single_not_null bin.