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