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$5: Applicative[G]): G[List[B]]
Transform fa
using f
, collecting all the G
s with ap
.
Transform fa
using f
, collecting all the G
s with ap
.
Attributes
In this article