Mode

io.github.arainko.ducktape.fallible.Mode
See theMode companion object
sealed trait Mode[F[x]]

Attributes

Companion:
object
Source:
Mode.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Accumulating[F]
trait FailFast[F]

Members list

Concise view

Value members

Abstract methods

def map[A, B](fa: F[A], f: A => B): F[B]

Attributes

Source:
Mode.scala
def pure[A](value: A): F[A]

Attributes

Source:
Mode.scala
def traverseCollection[A, B, AColl <: (Iterable), BColl <: (Iterable)](collection: AColl[A])(using transformer: FallibleTransformer[F, A, B], factory: Factory[B, BColl[B]]): F[BColl[B]]

Attributes

Source:
Mode.scala