Stream<List<int>> bind(Stream<Object> stream)

Source

Stream<List<int>> bind(Stream<Object> stream) {
  return super.bind(stream);
}