dev.cheleb.ziochimney

Members list

Extensions

Extensions

extension [A](task: Task[A])
def mapInto[B](using Transformer[A, B]): Task[B]

Extension methods for Task that allow to transform the result of the task using Chimney.

Extension methods for Task that allow to transform the result of the task using Chimney.

Attributes

extension [A](task: Task[Option[A]])
def mapOption[B](using Transformer[A, B]): Task[Option[B]]

Extension methods for Task[Option[A]] that allow to transform the result of the task using Chimney.

Extension methods for Task[Option[A]] that allow to transform the result of the task using Chimney.

Attributes