input<TInput extends Object> method

  1. @protected
void input<TInput extends Object>(
  1. TInput input
)

Adds an input value to the logic block's internal input queue.

Implementation

@protected
void input<TInput extends Object>(TInput input) =>
    _internalState.input(input);