Implicits

object Implicits extends AllOrphanedExtensions
trait AllOrphanedExtensions
trait TraverseExtensions
trait MapFilterExtensions
trait FoldExtensions
trait MiscExtensions
class Object
trait Matchable
class Any

Extensions

Inherited extensions

extension [A, U](thiz: Option[Computation[A, U]])
def traverse: Computation[Option[A], U]
Inherited from:
TraverseExtensions
def traverseShort: Computation[Option[A], U]
Inherited from:
TraverseExtensions
Inherited from:
TraverseExtensions
Inherited from:
TraverseExtensions
extension [A](thiz: IterableOnce[A])
def foreach_!![B, U](f: A => Computation[Unit, U]): Computation[Unit, U]
Inherited from:
MapFilterExtensions
extension [A, T, U](thiz: Either[T, Computation[A, U]])
def traverse: Computation[Either[T, A], U]
Inherited from:
TraverseExtensions
def traverseShort: Computation[Either[T, A], U]
Inherited from:
TraverseExtensions
Inherited from:
TraverseExtensions
Inherited from:
TraverseExtensions
extension [A](thiz: A)
def pure_!!: Computation[A, Any]
Inherited from:
MiscExtensions
extension [A, S <: (Iterable)](thiz: S[A])
def foldRight_!![U, B](z: B)(op: (A, B) => Computation[B, U]): Computation[B, U]
Inherited from:
FoldExtensions
def reduceRightOption_!![U](op: (A, A) => Computation[A, U]): Computation[Option[A], U]
Inherited from:
FoldExtensions
def reduceRight_!![U](op: (A, A) => Computation[A, U]): Computation[A, U]
Inherited from:
FoldExtensions
extension [A](thiz: Iterator[A])
Inherited from:
MiscExtensions
extension [A](thiz: Iterator[A])
def filter_!![U](f: A => Computation[Boolean, U]): Computation[Vector[A], U]
Inherited from:
MapFilterExtensions
def flatMap_!![B, U](f: A => Computation[IterableOnce[B], U]): Computation[Vector[B], U]
Inherited from:
MapFilterExtensions
def map_!![B, U](f: A => Computation[B, U]): Computation[Vector[B], U]
Inherited from:
MapFilterExtensions
extension [A, S <: (IterableOnce)](thiz: S[A])
def foldLeft_!![U, B](z: B)(op: (B, A) => Computation[B, U]): Computation[B, U]
Inherited from:
FoldExtensions
def reduceLeftOption_!![U](op: (A, A) => Computation[A, U]): Computation[Option[A], U]
Inherited from:
FoldExtensions
def reduceLeft_!![U](op: (A, A) => Computation[A, U]): Computation[A, U]
Inherited from:
FoldExtensions
extension [A, S <: (Iterable)](thiz: S[A])
def filter_!![U](f: A => Computation[Boolean, U])(using bf: BuildFrom[S[A], A, S[A]]): Computation[S[A], U]
Inherited from:
MapFilterExtensions
def flatMap_!![B, U](f: A => Computation[IterableOnce[B], U])(using bf: BuildFrom[S[A], B, S[B]]): Computation[S[B], U]
Inherited from:
MapFilterExtensions
def map_!![B, U](f: A => Computation[B, U])(using bf: BuildFrom[S[A], B, S[B]]): Computation[S[B], U]
Inherited from:
MapFilterExtensions
extension [A, U, S <: (IterableOnce)](thiz: S[Computation[A, U]])
Inherited from:
TraverseExtensions
Inherited from:
TraverseExtensions
extension [A, U](thiz: Iterator[Computation[A, U]])
def traverse: Computation[Vector[A], U]
Inherited from:
TraverseExtensions
def traverseShort: Computation[Vector[A], U]
Inherited from:
TraverseExtensions
extension [A, U, S <: (Iterable)](thiz: S[Computation[A, U]])
def traverse(using bf: BuildFrom[S[Computation[A, U]], A, S[A]]): Computation[S[A], U]
Inherited from:
TraverseExtensions
def traverseShort(using bf: BuildFrom[S[Computation[A, U]], A, S[A]]): Computation[S[A], U]
Inherited from:
TraverseExtensions
extension [A](thiz: Iterable[A])
Inherited from:
MiscExtensions