KEY
- The type of the key.@Public public class CoGroupedStreams.Where<KEY> extends Object
Modifier and Type | Class and Description |
---|---|
class |
CoGroupedStreams.Where.EqualTo
A co-group operation that has
KeySelectors defined for both inputs. |
Modifier and Type | Method and Description |
---|---|
CoGroupedStreams.Where.EqualTo |
equalTo(KeySelector<T2,KEY> keySelector)
Specifies a
KeySelector for elements from the second input. |
public CoGroupedStreams.Where.EqualTo equalTo(KeySelector<T2,KEY> keySelector)
KeySelector
for elements from the second input.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.