final class LoggersF[F[_]] extends Loggers[F] with LoggerA[F] with LoggerOption[F] with LoggerEither[F] with LoggerOptionT[F] with LoggerEitherT[F] with Log[F]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoggersF
- Loggers
- Log
- LoggerEitherT
- LoggerOptionT
- LoggerEither
- LoggerOption
- LoggerA
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LoggersF()(implicit arg0: Fx[F], arg1: Monad[F], EF0: Fx[F], MF0: Monad[F], canLog: CanLog)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
val
EF0: Fx[F]
- Definition Classes
- LoggersF → Log → LoggerEitherT → LoggerOptionT → LoggerEither → LoggerOption → LoggerA
-
val
MF0: Monad[F]
- Definition Classes
- LoggersF → Log → LoggerEitherT → LoggerOptionT → LoggerEither → LoggerOption → LoggerA
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
canLog: CanLog
- Definition Classes
- LoggersF → Log → LoggerEitherT → LoggerOptionT → LoggerEither → LoggerOption → LoggerA
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
debugA[A](fa: F[A])(a2String: (A) ⇒ String): F[A]
- Definition Classes
- LoggerA
-
def
debugEither[A, B](fab: F[Either[A, B]])(a2String: (A) ⇒ String, b2String: (B) ⇒ String): F[Either[A, B]]
- Definition Classes
- LoggerEither
-
def
debugEitherT[A, B](efab: EitherT[F, A, B])(a2String: (A) ⇒ String, b2String: (B) ⇒ String): EitherT[F, A, B]
- Definition Classes
- LoggerEitherT
-
def
debugOption[A](fa: F[Option[A]])(ifEmpty: ⇒ String, a2String: (A) ⇒ String): F[Option[A]]
- Definition Classes
- LoggerOption
-
def
debugOptionT[A](ofa: OptionT[F, A])(ifEmpty: ⇒ String, a2String: (A) ⇒ String): OptionT[F, A]
- Definition Classes
- LoggerOptionT
-
def
debugS(message: F[String]): F[String]
- Definition Classes
- LoggerA
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
errorA[A](fa: F[A])(a2String: (A) ⇒ String): F[A]
- Definition Classes
- LoggerA
-
def
errorEither[A, B](fab: F[Either[A, B]])(a2String: (A) ⇒ String, b2String: (B) ⇒ String): F[Either[A, B]]
- Definition Classes
- LoggerEither
-
def
errorEitherT[A, B](efab: EitherT[F, A, B])(a2String: (A) ⇒ String, b2String: (B) ⇒ String): EitherT[F, A, B]
- Definition Classes
- LoggerEitherT
-
def
errorOption[A](fa: F[Option[A]])(ifEmpty: ⇒ String, a2String: (A) ⇒ String): F[Option[A]]
- Definition Classes
- LoggerOption
-
def
errorOptionT[A](ofa: OptionT[F, A])(ifEmpty: ⇒ String, a2String: (A) ⇒ String): OptionT[F, A]
- Definition Classes
- LoggerOptionT
-
def
errorS(message: F[String]): F[String]
- Definition Classes
- LoggerA
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
infoA[A](fa: F[A])(a2String: (A) ⇒ String): F[A]
- Definition Classes
- LoggerA
-
def
infoEither[A, B](fab: F[Either[A, B]])(a2String: (A) ⇒ String, b2String: (B) ⇒ String): F[Either[A, B]]
- Definition Classes
- LoggerEither
-
def
infoEitherT[A, B](efab: EitherT[F, A, B])(a2String: (A) ⇒ String, b2String: (B) ⇒ String): EitherT[F, A, B]
- Definition Classes
- LoggerEitherT
-
def
infoOption[A](fa: F[Option[A]])(ifEmpty: ⇒ String, a2String: (A) ⇒ String): F[Option[A]]
- Definition Classes
- LoggerOption
-
def
infoOptionT[A](ofa: OptionT[F, A])(ifEmpty: ⇒ String, a2String: (A) ⇒ String): OptionT[F, A]
- Definition Classes
- LoggerOptionT
-
def
infoS(message: F[String]): F[String]
- Definition Classes
- LoggerA
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
log[A, B](etfab: EitherT[F, A, B])(leftToMessage: (A) ⇒ LeveledMessage with MaybeIgnorable, rightToMessage: (B) ⇒ LeveledMessage with MaybeIgnorable): EitherT[F, A, B]
- Definition Classes
- Log
-
def
log[A](otfa: OptionT[F, A])(ifEmpty: ⇒ LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) ⇒ LeveledMessage with MaybeIgnorable): OptionT[F, A]
- Definition Classes
- Log
-
def
log[A, B](feab: F[Either[A, B]])(leftToMessage: (A) ⇒ LeveledMessage with MaybeIgnorable, rightToMessage: (B) ⇒ LeveledMessage with MaybeIgnorable): F[Either[A, B]]
- Definition Classes
- Log
-
def
log[A](foa: F[Option[A]])(ifEmpty: ⇒ LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) ⇒ LeveledMessage with MaybeIgnorable): F[Option[A]]
- Definition Classes
- Log
-
def
log[A](fa: F[A])(toLeveledMessage: (A) ⇒ LeveledMessage with NotIgnorable): F[A]
- Definition Classes
- Log
-
def
logPure[A, B](etfab: EitherT[F, A, B])(leftToMessage: (A) ⇒ LeveledMessage with MaybeIgnorable, rightToMessage: (B) ⇒ LeveledMessage with MaybeIgnorable): EitherT[F, A, B]
- Definition Classes
- Log
-
def
logPure[A](otfa: OptionT[F, A])(ifEmpty: ⇒ LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) ⇒ LeveledMessage with MaybeIgnorable): OptionT[F, A]
- Definition Classes
- Log
-
def
logPure[A, B](feab: F[Either[A, B]])(leftToMessage: (A) ⇒ LeveledMessage with MaybeIgnorable, rightToMessage: (B) ⇒ LeveledMessage with MaybeIgnorable): F[Either[A, B]]
- Definition Classes
- Log
-
def
logPure[A](foa: F[Option[A]])(ifEmpty: ⇒ LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) ⇒ LeveledMessage with MaybeIgnorable): F[Option[A]]
- Definition Classes
- Log
-
def
logPure[A](fa: F[A])(toLeveledMessage: (A) ⇒ LeveledMessage with NotIgnorable): F[A]
- Definition Classes
- Log
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
warnA[A](fa: F[A])(a2String: (A) ⇒ String): F[A]
- Definition Classes
- LoggerA
-
def
warnEither[A, B](fab: F[Either[A, B]])(a2String: (A) ⇒ String, b2String: (B) ⇒ String): F[Either[A, B]]
- Definition Classes
- LoggerEither
-
def
warnEitherT[A, B](efab: EitherT[F, A, B])(a2String: (A) ⇒ String, b2String: (B) ⇒ String): EitherT[F, A, B]
- Definition Classes
- LoggerEitherT
-
def
warnOption[A](fa: F[Option[A]])(ifEmpty: ⇒ String, a2String: (A) ⇒ String): F[Option[A]]
- Definition Classes
- LoggerOption
-
def
warnOptionT[A](ofa: OptionT[F, A])(ifEmpty: ⇒ String, a2String: (A) ⇒ String): OptionT[F, A]
- Definition Classes
- LoggerOptionT
-
def
warnS(message: F[String]): F[String]
- Definition Classes
- LoggerA
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated