Skip to content

Commit 471117e

Browse files
committed
fix(util): remove add/build methods
1 parent e7a20e8 commit 471117e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/java/util/stream/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ def accept(self, value, ic):
102102
# type: (int, IntConsumer) -> None
103103
raise NotImplementedError
104104

105-
def add(self, t):
106-
# type: (Any) -> Stream.Builder
107-
pass
108-
109-
def build(self):
110-
# type: () -> Stream
111-
raise NotImplementedError
112-
113105
def close(self):
114106
# type: () -> None
115107
pass

0 commit comments

Comments
 (0)