listInstance
org.specs2.fp.Traverse.listInstance
object listInstance extends Traverse[List]
Attributes
- Graph
-
- Supertypes
- Self type
-
listInstance.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Traverse
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
def traverseImpl[G[_], A, B](fa: List[A])(f: A => G[B])(using evidence$1: Applicative[G]): G[List[B]]
Transform fa using f, collecting all the Gs with ap.
Transform fa using f, collecting all the Gs with ap.
Attributes
In this article