MapLogic

io.github.iltotore.iron.MapLogic
See theMapLogic companion object
trait MapLogic[F[_]]

A typeclass providing a map method. Mainly used to abstract over Cats and ZIO Prelude.

Type parameters

F

the wrapper type

Attributes

Companion
object
Source
MapLogic.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def map[A, B](wrapper: F[A], f: A => B): F[B]

Attributes

Source
MapLogic.scala