prependElement method

Conveyor<F, O> prependElement(
  1. O o
)
override

Implementation

Conveyor<F, O> prependElement(O o) => pure(o).plus(this);