class WorkflowLogger extends ~>[LoggingOp, IO]
- Source
- WorkflowLogger.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkflowLogger
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
and[H[_]](h: FunctionK[LoggingOp, H]): FunctionK[LoggingOp, [γ$4$]Tuple2K[IO, H, γ$4$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[IO, H]): FunctionK[LoggingOp, H]
- Definition Classes
- FunctionK
-
def
apply[A](op: LoggingOp[A]): IO[A]
- Definition Classes
- WorkflowLogger → FunctionK
-
def
compose[E[_]](f: FunctionK[E, LoggingOp]): FunctionK[E, IO]
- Definition Classes
- FunctionK
- def log(id: ID, line: String): IO[Unit]
-
def
or[H[_]](h: FunctionK[H, IO]): FunctionK[[γ$1$]EitherK[LoggingOp, H, γ$1$], IO]
- Definition Classes
- FunctionK
- def process: Stream[IO, Unit]
- def read(id: ID, offset: Int): IO[List[String]]
- def setup(): IO[Unit]