syntax
org.specs2.fp.`package`.syntax
object syntax extends FunctorSyntax, ApplicativeSyntax, MonadSyntax, TraverseSyntax, FoldableSyntax, SemigroupSyntax, ShowSyntax, EitherSyntax
Attributes
- Graph
-
- Supertypes
-
trait EitherSyntaxtrait ShowSyntaxtrait SemigroupSyntaxtrait FoldableSyntaxtrait TraverseSyntaxtrait MonadSyntaxtrait ApplicativeSyntaxtrait FunctorSyntaxclass Objecttrait Matchableclass AnyShow all
- Self type
-
syntax.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- ApplicativeSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
implicit class FoldableMonoidOps[F[_], A](fa: F[A])(implicit evidence$1: Foldable[F], evidence$2: Monoid[A])
Attributes
- Inherited from:
- FoldableSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- FoldableSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- FunctorSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- ApplicativeSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- MonadSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- SemigroupSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
implicit class SequenceOps[F[_], G[_], A](fa: F[G[A]])(implicit evidence$1: Traverse[F], evidence$2: Applicative[G])
Attributes
- Inherited from:
- TraverseSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- ShowSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- TraverseSyntax
- Supertypes
-
class Objecttrait Matchableclass Any
Implicits
Inherited implicits
Attributes
- Inherited from:
- ApplicativeSyntax
final implicit def FoldableMonoidOps[F[_] : Foldable, A : Monoid](fa: F[A]): FoldableMonoidOps[F, A]
Attributes
- Inherited from:
- FoldableSyntax
Attributes
- Inherited from:
- FoldableSyntax
Attributes
- Inherited from:
- FunctorSyntax
Attributes
- Inherited from:
- ApplicativeSyntax
Attributes
- Inherited from:
- MonadSyntax
Attributes
- Inherited from:
- SemigroupSyntax
final implicit def SequenceOps[F[_] : Traverse, G[_] : Applicative, A](fa: F[G[A]]): SequenceOps[F, G, A]
Attributes
- Inherited from:
- TraverseSyntax
Attributes
- Inherited from:
- ShowSyntax
Attributes
- Inherited from:
- TraverseSyntax
Attributes
- Inherited from:
- EitherSyntax
Attributes
- Inherited from:
- EitherSyntax
Attributes
- Inherited from:
- EitherSyntax
Attributes
- Inherited from:
- EitherSyntax
Attributes
- Inherited from:
- EitherSyntax
In this article