object Semigroup
- Source
- Semigroup.scala
- Alphabetic
- By Inheritance
- Semigroup
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[F](implicit F: Semigroup[F]): Semigroup[F]
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
firstSemigroup[A]: Band[A]
A purely left-biased semigroup.
-
implicit
def
firstTaggedSemigroup[A]: Band[@@[A, FirstVal]]
- Annotations
- @inline()
- def fromIso[F, G](D: Isomorphism.<=>[F, G])(implicit M: Semigroup[G]): Semigroup[F]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
instance[A](f: (A, ⇒ A) ⇒ A): Semigroup[A]
Make an associative binary function into an instance.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterate[F[_], A](a: A)(f: (A) ⇒ A)(implicit F: Applicative[F], m: Semigroup[F[A]]): F[A]
point(a) append (point(f(a)) append (point(f(f(a)))...
-
def
lastSemigroup[A]: Band[A]
A purely right-biased semigroup.
-
implicit
def
lastTaggedSemigroup[A]: Band[@@[A, LastVal]]
- Annotations
- @inline()
-
def
liftSemigroup[F[_], M](implicit F0: Apply[F], M0: Semigroup[M]): Semigroup[F[M]]
A semigroup for sequencing Apply effects.
- def maxSemigroup[A](implicit o: Order[A]): SemiLattice[@@[A, MaxVal]]
-
implicit
def
maxTaggedSemigroup[A](implicit arg0: Order[A]): SemiLattice[@@[A, MaxVal]]
- Annotations
- @inline()
- def minSemigroup[A](implicit o: Order[A]): SemiLattice[@@[A, MinVal]]
-
implicit
def
minTaggedSemigroup[A](implicit arg0: Order[A]): SemiLattice[@@[A, MinVal]]
- Annotations
- @inline()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
repeat[F[_], A](a: A)(implicit F: Applicative[F], m: Semigroup[F[A]]): F[A]
point(a) append (point(a) append (point(a)...
-
implicit
val
semigroupInvariantFunctor: InvariantFunctor[Semigroup]
Semigroup is an invariant functor.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()