SinkF<F, O> typedef

SinkF<F, O> = Conveyor<F, Unit> Function(O o)

Implementation

typedef Conveyor<F, Unit> SinkF<F, O>(O o);