Searched defs:downstream (Results 1 – 3 of 3) sorted by relevance
247 protected final Sink<? super E_OUT> downstream; field in Sink.ChainedReference249 public ChainedReference(Sink<? super E_OUT> downstream) { in ChainedReference()279 protected final Sink<? super E_OUT> downstream; field in Sink.ChainedInt281 public ChainedInt(Sink<? super E_OUT> downstream) { in ChainedInt()311 protected final Sink<? super E_OUT> downstream; field in Sink.ChainedLong313 public ChainedLong(Sink<? super E_OUT> downstream) { in ChainedLong()343 protected final Sink<? super E_OUT> downstream; field in Sink.ChainedDouble345 public ChainedDouble(Sink<? super E_OUT> downstream) { in ChainedDouble()
85 private final TabulationAssertion<T,V> downstream; field in TabulatorsTest.GroupedMapAssertion89 TabulationAssertion<T, V> downstream) { in GroupedMapAssertion()145 private final TabulationAssertion<T,D> downstream; field in TabulatorsTest.PartitionAssertion148 TabulationAssertion<T, D> downstream) { in PartitionAssertion()
56 TestFlagPassThroughOp<T> downstream; field in FlagOpTest.TestFlagPassThroughOp62 void set(TestFlagPassThroughOp<T> upstream, TestFlagPassThroughOp<T> downstream) { in set()