Package | Description |
---|---|
org.keycloak.models.map.common |
Modifier and Type | Method and Description |
---|---|
static <K,V> Stream<StreamUtils.Pair<K,V>> |
StreamUtils.leftInnerJoinIterable(Stream<K> stream,
Function<? super K,? extends Iterable<V>> mapper)
Creates a stream of pairs that join two streams.
|
static <K,V> Stream<StreamUtils.Pair<K,V>> |
StreamUtils.leftInnerJoinStream(Stream<K> stream,
Function<? super K,Stream<V>> mapper)
Creates a stream of pairs that join two streams.
|
Spliterator<StreamUtils.Pair<K,V>> |
StreamUtils.AbstractToPairSpliterator.trySplit() |
Modifier and Type | Method and Description |
---|---|
boolean |
StreamUtils.AbstractToPairSpliterator.tryAdvance(Consumer<? super StreamUtils.Pair<K,V>> action) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.