object MockRandom extends Mock[Random]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MockRandom
- Mock
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
class
Effect[I, E, A] extends Capability[R, I, E, A]
- Definition Classes
- Mock
-
abstract
class
Method[I, E <: Throwable, A] extends Capability[R, I, E, A]
- Definition Classes
- Mock
-
abstract
class
Sink[I, E, A, L, B] extends Capability[R, I, E, ZSink[Any, E, A, L, B]]
- Definition Classes
- Mock
-
abstract
class
Stream[I, E, A] extends Capability[R, I, Nothing, ZStream[Any, E, A]]
- Definition Classes
- Mock
Value Members
-
object
Poly
- Definition Classes
- Mock
-
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
val
compose: URLayer[Proxy, Random]
- Definition Classes
- MockRandom → Mock
-
def
empty(implicit trace: Trace): ULayer[Random]
- Definition Classes
- Mock
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withRuntime[R, A](f: (Runtime[R]) ⇒ UIO[A])(implicit trace: Trace): ZIO[R, Nothing, A]
Replaces Runtime on JS platform to one with unyielding executor.
Replaces Runtime on JS platform to one with unyielding executor.
- Attributes
- protected
- Definition Classes
- Mock
- object NextBoolean extends Effect[Unit, Nothing, Boolean]
- object NextBytes extends Effect[Int, Nothing, Chunk[Byte]]
- object NextDouble extends Effect[Unit, Nothing, Double]
- object NextDoubleBetween extends Effect[(Double, Double), Nothing, Double]
- object NextFloat extends Effect[Unit, Nothing, Float]
- object NextFloatBetween extends Effect[(Float, Float), Nothing, Float]
- object NextGaussian extends Effect[Unit, Nothing, Double]
- object NextInt extends Effect[Unit, Nothing, Int]
- object NextIntBetween extends Effect[(Int, Int), Nothing, Int]
- object NextIntBounded extends Effect[Int, Nothing, Int]
- object NextLong extends Effect[Unit, Nothing, Long]
- object NextLongBetween extends Effect[(Long, Long), Nothing, Long]
- object NextLongBounded extends Effect[Long, Nothing, Long]
- object NextPrintableChar extends Effect[Unit, Nothing, Char]
- object NextString extends Effect[Int, Nothing, String]
- object NextUUID extends Effect[Unit, Nothing, UUID]
- object SetSeed extends Effect[Long, Nothing, Unit]
- object Shuffle extends Effect[Iterable[Any], Nothing, Iterable[Any]]