Searched refs:noopConsumer (Results 1 – 5 of 5) sorted by relevance
20 c consumer = noopConsumer{}31 type noopConsumer struct{} struct33 func (noopConsumer) consume(msg) {} argument
150 … final IOConsumer<IOException> noopConsumer = IOConsumer.noop(); // noop consumer doesn't throw in testNoop() local151 assertDoesNotThrow(() -> IOUtils.close(nullCloseable, noopConsumer)); in testNoop()152 assertDoesNotThrow(() -> IOUtils.close(new StringReader("s"), noopConsumer)); in testNoop()153 …sertDoesNotThrow(() -> IOUtils.close(new ThrowOnCloseReader(new StringReader("s")), noopConsumer)); in testNoop()
4212 final Consumer<Item> noopConsumer = new NoopConsumer(m);4219 funs.add(y -> m.thenAccept(y, noopConsumer));4223 funs.add(y -> m.acceptEither(y, incomplete, noopConsumer));
META-INF/ META-INF/MANIFEST.MF TestDoubleSumAverage.class TestDoubleSumAverage.java package TestDoubleSumAverage ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...