Stream operator [](String type)

Source

Stream operator [](String type) {
  return new _EventStream(_ptr, type, false);
}