case class Mock(randomState: Ref[Data]) extends Service[Any] with Product with Serializable
Adapted from @gzmo work in Scala.js (https://github.com/scala-js/scala-js/pull/780)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mock
- Product
- Equals
- Service
- Service
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextBoolean: UIO[Boolean]
- Definition Classes
- Mock → Service
- def nextBytes(length: Int): UIO[Chunk[Byte]]
- Definition Classes
- Mock → Service
- val nextDouble: UIO[Double]
- Definition Classes
- Mock → Service
- val nextFloat: UIO[Float]
- Definition Classes
- Mock → Service
- val nextGaussian: UIO[Double]
- Definition Classes
- Mock → Service
- def nextInt(n: Int): UIO[Int]
- Definition Classes
- Mock → Service
- val nextInt: UIO[Int]
- Definition Classes
- Mock → Service
- def nextLong(n: Long): UIO[Long]
- Definition Classes
- Mock → Service
- val nextLong: UIO[Long]
- Definition Classes
- Mock → Service
- val nextPrintableChar: UIO[Char]
- Definition Classes
- Mock → Service
- def nextString(length: Int): UIO[String]
- Definition Classes
- Mock → Service
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val randomState: Ref[Data]
- def setSeed(seed: Long): UIO[Unit]
- def shuffle[A](list: List[A]): UIO[List[A]]
- Definition Classes
- Mock → Service
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()