package biocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class type Tfxm.object_tSource

Generic transform type.

method next : [ `output of 'output | `end_of_stream | `not_ready ]
method feed : 'input -> unit
method stop : unit