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. All

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( ... ) @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: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def exclude(patch: Patch)(flag: RuntimeFlag): Patch
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def includes(patch: Patch)(flag: RuntimeFlag): Boolean
  20. def inverse(patch: Patch): Patch
  21. def isActive(patch: Patch)(flag: RuntimeFlag): Boolean
  22. def isDisabled(patch: Patch)(flag: RuntimeFlag): Boolean
  23. def isEmpty(patch: Patch): Boolean
  24. def isEnabled(patch: Patch)(flag: RuntimeFlag): Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def patch(patch: Patch)(flags: RuntimeFlags): RuntimeFlags
  30. def render(patch: Patch): String
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped