sealed abstract
case class
Set[+A, +B] extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
+[C, B1 >: B](that: ZLogger[C, B1])(implicit tag: zio.Tag[C]): Set[A with C, B1]
-
final
def
++[A2, B1 >: B](that: Set[A2, B1]): Set[A with A2, B1]
-
final
def
==(arg0: Any): Boolean
-
final
def
add[C, B1 >: B](that: ZLogger[C, B1])(implicit tag: zio.Tag[C]): Set[A with C, B1]
-
final
def
addAll[A2, B1 >: B](that: Set[A2, B1]): Set[A with A2, B1]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getAll[C](implicit tag: zio.Tag[C]): scala.Predef.Set[_ <: ZLogger[C, B]]
-
final
def
getAllDynamic(tag: zio.LightTypeTag): scala.Predef.Set[_ <: ZLogger[_, B]]
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
map[C](f: (B) ⇒ C): Set[A, C]
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
toLoggerWith[C, B1 >: B](b: B1)(f: (B1, B1) ⇒ B1)(implicit tag: zio.Tag[C]): ZLogger[C, B1]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Represents a set of loggers, which operate on different input types, but which all produce the same output type.