Uses of Class
org.keycloak.models.map.common.StreamUtils.Pair
-
Uses of StreamUtils.Pair in org.keycloak.models.map.common
Modifier and TypeMethodDescriptionstatic <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.StreamUtils.AbstractToPairSpliterator.trySplit()
Modifier and TypeMethodDescriptionboolean
StreamUtils.AbstractToPairSpliterator.tryAdvance
(Consumer<? super StreamUtils.Pair<K, V>> action)