Summoner

io.github.arainko.ducktape.internal.Summoner
See theSummoner companion trait
object Summoner

Attributes

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

Members list

Type members

Classlikes

object Derived

Attributes

Companion
trait
Source
Summoner.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Derived.type
sealed trait Derived[+F <: Fallible]

Attributes

Companion
object
Source
Summoner.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class PossiblyFallible[F[x]] extends Summoner[Fallible]

Attributes

Source
Summoner.scala
Supertypes
class Object
trait Matchable
class Any
object Total extends Summoner[Nothing]

Attributes

Source
Summoner.scala
Supertypes
trait Summoner[Nothing]
class Object
trait Matchable
class Any
Self type
Total.type
object UserDefined

Attributes

Companion
trait
Source
Summoner.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait UserDefined[+F <: Fallible]

Attributes

Companion
object
Source
Summoner.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def apply[F <: Fallible](using summoner: Summoner[F]): Summoner[F]

Attributes

Source
Summoner.scala