Packages

a

monix.execution.annotations

UnsafeBecauseImpure

class UnsafeBecauseImpure extends Unsafe

An annotation meant to warn users on functions that are breaking referential transparency.

Such operations are unsafe in a context where purity is expected. Note however that most data types defined in monix.execution are impure.

Source
Unsafe.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsafeBecauseImpure
  2. Unsafe
  3. StaticAnnotation
  4. Annotation
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnsafeBecauseImpure()