Packages

  • package root
    Definition Classes
    root
  • package zio
    Definition Classes
    root
  • object RuntimeFlags

    Maintains a set of runtime flags.

    Maintains a set of runtime flags. Runtime flags affect the operation of the ZIO runtime system. They are exposed to application-level code because they affect the behavior and performance of application code.

    For more information on individual flags, see zio.RuntimeFlag.

    Definition Classes
    zio
  • Patch

object Patch

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Patch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen(first: Patch, second: Patch): Patch
  5. def apply(active: Int, enabled: Int): Patch
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def both(left: Patch, right: Patch): Patch
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def disabledSet(patch: Patch): Set[RuntimeFlag]
  10. def either(left: Patch, right: Patch): Patch
  11. val empty: Patch
  12. def enabledSet(patch: Patch): Set[RuntimeFlag]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def exclude(patch: Patch)(flag: RuntimeFlag): Patch
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def includes(patch: Patch)(flag: RuntimeFlag): Boolean
  19. def inverse(patch: Patch): Patch
  20. def isActive(patch: Patch)(flag: RuntimeFlag): Boolean
  21. def isDisabled(patch: Patch)(flag: RuntimeFlag): Boolean
  22. def isEmpty(patch: Patch): Boolean
  23. def isEnabled(patch: Patch)(flag: RuntimeFlag): Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def patch(patch: Patch)(flags: RuntimeFlags): RuntimeFlags
  29. def render(patch: Patch): String
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped