LoggableOption
com.phasmidsoftware.flog.Loggable.LoggableOption
abstract class LoggableOption[T](using evidence: Loggable[T]) extends Loggable[Option[T]]
An abstract class that provides logging capability for Option values by extending the Loggable type class for Option[T].
Type parameters
- T
-
the underlying type contained within the
Option.
Value parameters
- evidence
-
a context parameter ensuring a
Loggableinstance exists for typeT.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
object given_LoggableOption_Intobject given_LoggableOption_String
Members list
In this article