Class/Object

zio.ZLogger

Set

Related Docs: object Set | package ZLogger

Permalink

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]
Linear Supertypes
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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def +[C, B1 >: B](that: ZLogger[C, B1])(implicit tag: zio.Tag[C]): Set[A with C, B1]

    Permalink
  4. final def ++[A2, B1 >: B](that: Set[A2, B1]): Set[A with A2, B1]

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def add[C, B1 >: B](that: ZLogger[C, B1])(implicit tag: zio.Tag[C]): Set[A with C, B1]

    Permalink
  7. final def addAll[A2, B1 >: B](that: Set[A2, B1]): Set[A with A2, B1]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. final def filterLogLevel(f: (LogLevel) ⇒ Boolean): Set[A, Option[B]]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getAll[C](implicit tag: zio.Tag[C]): scala.Predef.Set[_ <: ZLogger[C, B]]

    Permalink
  14. final def getAllDynamic(tag: zio.LightTypeTag): scala.Predef.Set[_ <: ZLogger[_, B]]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def map[C](f: (B) ⇒ C): Set[A, C]

    Permalink
  18. val map: Map[zio.LightTypeTag, ZLogger[_, B]]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. final def toLoggerWith[C, B1 >: B](b: B1)(f: (B1, B1) ⇒ B1)(implicit tag: zio.Tag[C]): ZLogger[C, B1]

    Permalink
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped