Class type Biocaml_transform.object_t

Generic transform type.
class type [['input, 'output]] object_t = object
method next : [ `end_of_stream | `not_ready | `output of 'output ]
method feed : 'input -> unit
method stop : unit
end