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