Packages

trait LogSyntax extends AnyRef

Annotations
@SuppressWarnings()
Since

2022-02-09

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogSyntax
  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. implicit def LogFOfEitherSyntax[F[*], A, B](feab: F[Either[A, B]]): LogFOfEitherSyntax[F, A, B]
    Annotations
    @SuppressWarnings()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def log[F[*], A, B](feab: F[Either[A, B]])(leftToMessage: (A) => LogMessage with MaybeIgnorable, rightToMessage: (B) => LogMessage with MaybeIgnorable)(implicit L: Log[F]): F[Either[A, B]]
    Annotations
    @inline()
  13. def log[F[*], A](foa: F[Option[A]])(ifEmpty: => LogMessage with MaybeIgnorable, toLeveledMessage: (A) => LogMessage with MaybeIgnorable)(implicit L: Log[F]): F[Option[A]]
    Annotations
    @inline()
  14. def log[F[*], A](fa: F[A])(toLeveledMessage: (A) => LogMessage with MaybeIgnorable)(implicit L: Log[F]): F[A]
    Annotations
    @inline()
  15. implicit def logFOfASyntax[F[*], A](fa: F[A]): LogFOfASyntax[F, A]
    Annotations
    @SuppressWarnings()
  16. implicit def logFOfOptionSyntax[F[*], A](foa: F[Option[A]]): LogFOfOptionSyntax[F, A]
    Annotations
    @SuppressWarnings()
  17. implicit def logFStringSyntax(message: => String): LogFForStringSyntax
    Annotations
    @SuppressWarnings()
  18. def logS[F[*]](message: => String)(toLeveledMessage: (String) => LogMessage with NotIgnorable with Leveled)(implicit L: Log[F]): F[String]
    Annotations
    @inline()
  19. def logS_[F[*]](message: => String)(toLeveledMessage: (String) => LogMessage with NotIgnorable with Leveled)(implicit L: Log[F]): F[Unit]
    Annotations
    @inline()
  20. def log_[F[*], A, B](feab: F[Either[A, B]])(leftToMessage: (A) => LogMessage with MaybeIgnorable, rightToMessage: (B) => LogMessage with MaybeIgnorable)(implicit L: Log[F]): F[Unit]
    Annotations
    @inline()
  21. def log_[F[*], A](foa: F[Option[A]])(ifEmpty: => LogMessage with MaybeIgnorable, toLeveledMessage: (A) => LogMessage with MaybeIgnorable)(implicit L: Log[F]): F[Unit]
    Annotations
    @inline()
  22. def log_[F[*], A](fa: F[A])(toLeveledMessage: (A) => LogMessage with MaybeIgnorable)(implicit L: Log[F]): F[Unit]
    Annotations
    @inline()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. 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

Inherited from AnyRef

Inherited from Any

Ungrouped