Fallible

io.github.arainko.ducktape.Transformer.Fallible
See theFallible companion trait
object Fallible

Attributes

Companion
trait
Source
Transformer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Fallible.type

Members list

Type members

Classlikes

object Derived

Attributes

Companion
trait
Source
Transformer.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Derived.type
sealed trait Derived[F[x], Source, Dest]

Attributes

Companion
object
Source
Transformer.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Fallible[F, Source, Dest]
class FromFunction[F, Source, Dest]

Givens

Givens

inline given derive[F[x], Source, Dest](using F: Mode[F]): Derived[F, Source, Dest]

Attributes

Source
Transformer.scala