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

Source

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