Stream<Object> bind(Stream<String> stream)

Source

Stream<Object> bind(Stream<String> stream) => super.bind(stream);