SemigroupalSyntax

endpoints4s.SemigroupalSyntax.SemigroupalSyntax
implicit class SemigroupalSyntax[A, F[_]](val f: F[A])(implicit ev: Semigroupal[F])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ++[B](other: F[B])(implicit tupler: Tupler[A, B]): F[Out]

Concrete fields

val f: F[A]