schrodinger

package schrodinger

Members list

Concise view

Type members

Classlikes

object RV

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion:
class
Source:
RVT.scala
Graph
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
Graph
Supertypes
class Object
trait Matchable
class Any
object RVTCache

Attributes

Companion:
class
Source:
RVTCache.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self 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
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Algebra[S0]

Attributes

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

Attributes

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

Attributes

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

Types

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

Attributes

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

Attributes

Source:
RVIO.scala