Class GroupFluxKt

  • All Implemented Interfaces:

    
    public final class GroupFluxKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <K extends Any, T extends Any, V extends Any> GroupFlux<K, V> innerSuspendMap(GroupFlux<K, T> $self, SuspendFunction1<T, V> mapper) Convenience method for applying AloFlux.suspendMap to each inner grouped sequence
      final static <K extends Any, T extends Any, V extends Any> GroupFlux<K, V> innerSuspendMapPrefetch(GroupFlux<K, T> $self, SuspendFunction1<T, V> mapper, Integer prefetch) Convenience method for applying AloFlux.suspendMapPrefetch with configurable prefetch to each inner grouped sequence
      final static <K extends Any, T extends Any, V extends Any> GroupFlux<K, V> innerFlowMap(GroupFlux<K, T> $self, Function1<T, Flow<V>> mapper) Convenience method for applying AloFlux.flowMap to each inner grouped sequence
      final static <K extends Any, T extends Any, V extends Any> GroupFlux<K, V> innerFlowMapPrefetch(GroupFlux<K, T> $self, Function1<T, Flow<V>> mapper, Integer prefetch) Convenience method for applying AloFlux.suspendMapPrefetch with configurable prefetch to each inner grouped sequence
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • innerSuspendMap

         final static <K extends Any, T extends Any, V extends Any> GroupFlux<K, V> innerSuspendMap(GroupFlux<K, T> $self, SuspendFunction1<T, V> mapper)

        Convenience method for applying AloFlux.suspendMap to each inner grouped sequence

      • innerSuspendMapPrefetch

         final static <K extends Any, T extends Any, V extends Any> GroupFlux<K, V> innerSuspendMapPrefetch(GroupFlux<K, T> $self, SuspendFunction1<T, V> mapper, Integer prefetch)

        Convenience method for applying AloFlux.suspendMapPrefetch with configurable prefetch to each inner grouped sequence

      • innerFlowMap

         final static <K extends Any, T extends Any, V extends Any> GroupFlux<K, V> innerFlowMap(GroupFlux<K, T> $self, Function1<T, Flow<V>> mapper)

        Convenience method for applying AloFlux.flowMap to each inner grouped sequence

      • innerFlowMapPrefetch

         final static <K extends Any, T extends Any, V extends Any> GroupFlux<K, V> innerFlowMapPrefetch(GroupFlux<K, T> $self, Function1<T, Flow<V>> mapper, Integer prefetch)

        Convenience method for applying AloFlux.suspendMapPrefetch with configurable prefetch to each inner grouped sequence