schrodinger

package schrodinger

Members list

Packages

Type members

Classlikes

object RV

Attributes

Source
RVT.scala
Supertypes
class Object
trait Matchable
class Any
Self type
RV.type
object RVIO

Attributes

Source
RVIO.scala
Supertypes
class Object
trait Matchable
class Any
Self type
RVIO.type
sealed abstract class RVT[F[_], S, A]

Attributes

Companion
object
Source
RVT.scala
Supertypes
class Object
trait Matchable
class Any
object RVT

Attributes

Companion
class
Source
RVT.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
RVT.type
final class RVTCache[F[_], S, A](val default: A)

Attributes

Companion
object
Source
RVTCache.scala
Supertypes
class Object
trait Matchable
class Any
object RVTCache

Attributes

Companion
class
Source
RVTCache.scala
Supertypes
class Object
trait Matchable
class Any
Self type
RVTCache.type
trait RngDispatcher[F[_]]

Provides the capability to "dispatch" an independent rng that can be used in unsafe lands.

Provides the capability to "dispatch" an independent rng that can be used in unsafe lands.

Attributes

Companion
object
Source
RngDispatcher.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Algebra[S0]
object RngDispatcher

Attributes

Companion
trait
Source
RngDispatcher.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait Simulator[F[_]]

Attributes

Companion
object
Source
Simulator.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Simulator_Id.type
object Simulator

Attributes

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

Types

type RV[S, A] = RVT[Id, S, A]

Attributes

Source
RVT.scala
opaque type RVIO[S, +A]

Attributes

Source
RVIO.scala