Searched refs:ChainedDouble (Results 1 – 2 of 2) sorted by relevance
342 static abstract class ChainedDouble<E_OUT> implements Sink.OfDouble { class345 public ChainedDouble(Sink<? super E_OUT> downstream) { in ChainedDouble() method in Sink.ChainedDouble
529 return new Sink.ChainedDouble<Double>(sink) {