Uses of Class
org.keycloak.models.map.common.StreamUtils.Pair
Packages that use StreamUtils.Pair
-
Uses of StreamUtils.Pair in org.keycloak.models.map.common
Methods in org.keycloak.models.map.common that return types with arguments of type StreamUtils.PairModifier 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()
Method parameters in org.keycloak.models.map.common with type arguments of type StreamUtils.PairModifier and TypeMethodDescriptionboolean
StreamUtils.AbstractToPairSpliterator.tryAdvance
(Consumer<? super StreamUtils.Pair<K, V>> action)