produce<L, R, O> static method

Conveyor<Both<L, R>, O> produce<L, R, O>(
  1. O h, [
  2. Conveyor<Both<L, R>, O>? t
])

Implementation

static Conveyor<Both<L, R>, O> produce<L, R, O>(O h, [Conveyor<Both<L, R>, O>? t]) => Conveyor.produce(h, t);