Packages

sealed abstract case class Set[+A, +B] extends Product with Serializable

Represents a set of loggers, which operate on different input types, but which all produce the same output type.

Self Type
Set[A, B]
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. 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 +[C, B1 >: B](that: ZLogger[C, B1])(implicit tag: zio.EnvironmentTag[C]): Set[A with C, B1]
  4. final def ++[A2, B1 >: B](that: Set[A2, B1]): Set[A with A2, B1]
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def add[C, B1 >: B](that: ZLogger[C, B1])(implicit tag: zio.EnvironmentTag[C]): Set[A with C, B1]
  7. final def addAll[A2, B1 >: B](that: Set[A2, B1]): Set[A with A2, B1]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def filterLogLevel(f: (LogLevel) ⇒ Boolean): Set[A, Option[B]]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getAll[C](implicit tag: zio.EnvironmentTag[C]): scala.Predef.Set[_ <: ZLogger[C, B]]
  14. final def getAllDynamic(tag: zio.LightTypeTag): scala.Predef.Set[_ <: ZLogger[_, B]]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def map[C](f: (B) ⇒ C): Set[A, C]
  18. val map: Map[zio.LightTypeTag, ZLogger[_, B]]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. final def toLoggerWith[C, B1 >: B](b: B1)(f: (B1, B1) ⇒ B1)(implicit tag: zio.EnvironmentTag[C]): ZLogger[C, B1]
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped