IndexedSeqAsyncShift
cps.runtime.IndexedSeqAsyncShift
class IndexedSeqAsyncShift[A, C <: ([X] =>> IndexedSeq[X] & IndexedSeqOps[X, C, C[X]]), CA <: C[A]] extends SeqAsyncShift[A, C, CA]
Attributes
- Source
- SeqAsyncShift.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- SeqAsyncShift.scala
Attributes
- Definition Classes
- Source
- SeqAsyncShift.scala
Attributes
- Definition Classes
- Source
- SeqAsyncShift.scala
Attributes
- Definition Classes
- Source
- SeqAsyncShift.scala
Inherited methods
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- SeqAsyncShift
- Source
- SeqAsyncShift.scala
Attributes
- Inherited from:
- SeqAsyncShift
- Source
- SeqAsyncShift.scala
infix def andThen[F[_], A](f: PartialFunction[Int, A], m: CpsMonad[F])(g: A => F[A]): PartialFunctionCallChainSubst[F, Int, A]
Attributes
- Inherited from:
- PartialFunctionAsyncShiftBase
- Source
- PartialFunctionAsyncShift.scala
def applyOrElse[F[_], A1 <: Int, B1 >: A](f: PartialFunction[Int, A], m: CpsMonad[F])(x1: A1, default: A1 => F[B1]): F[B1]
Attributes
- Inherited from:
- PartialFunctionAsyncShiftBase
- Source
- PartialFunctionAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
def compose[F[_], A](f: PartialFunction[Int, A], m: CpsMonad[F])(g: A => F[Int]): PartialFunctionCallChainSubst[F, A, A]
Attributes
- Inherited from:
- PartialFunctionAsyncShiftBase
- Source
- PartialFunctionAsyncShift.scala
def corresponds[F[_], B](c: CA, monad: CpsMonad[F])(that: IterableOnce[B])(p: (A, B) => F[Boolean]): F[Boolean]
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- SeqAsyncShift
- Source
- SeqAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
def groupMapReduce[F[_], K, B](c: CA, monad: CpsMonad[F])(key: A => F[K])(f: A => F[B])(reduce: (B, B) => F[B]): F[Map[K, B]]
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
def maxByOpOption[F[_], B](c: CA, monad: CpsMonad[F])(f: A => F[B])(cmp: (B, B) => Int): F[Option[A]]
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
def maxByOption[F[_], B](c: CA, monad: CpsMonad[F])(f: A => F[B])(implicit cmp: Ordering[B]): F[Option[A]]
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
def minByOption[F[_], B](c: CA, monad: CpsMonad[F])(f: A => F[B])(implicit cmp: Ordering[B]): F[Option[A]]
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
def partitionMap[F[_], A1, A2](c: CA, monad: CpsMonad[F])(f: A => F[Either[A1, A2]]): F[(C[A1], C[A2])]
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
def shiftedFold[F[_], S, B, R](c: CA, monad: CpsMonad[F])(prolog: S, action: A => F[B], acc: (S, A, B) => S, epilog: S => R): F[R]
sequentially do action. each action is started after prev. is finished
sequentially do action. each action is started after prev. is finished
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
def shiftedStateFold[F[_], S, R](c: CA, monad: CpsMonad[F])(prolog: S, acc: (S, A) => F[S], epilog: S => R): F[R]
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
def shiftedWhile[F[_], S, R](c: CA, monad: CpsMonad[F])(prolog: S, condition: A => F[Boolean], acc: (S, Boolean, A) => S, epilog: S => R): F[R]
Attributes
- Inherited from:
- IterableAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
Attributes
- Inherited from:
- IterableOpsAsyncShift
- Source
- IterableAsyncShift.scala
In this article