object Endo extends EndoInstances with Serializable
- Source
- Endo.scala
- Alphabetic
- By Inheritance
- Endo
- Serializable
- Serializable
- EndoInstances
- 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 IsoEndo[A]: Isomorphism.IsoSet[Endo[A], (A) ⇒ A]
- val IsoFunctorEndo: Isomorphism.IsoFunctorTemplate[Endo, [α](α) ⇒ α]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
constantEndo[A](a: ⇒ A): Endo[A]
Always yield
a
. -
final
def
constantEndoByName[A](a: ⇒ A): EndoByName[A]
Always yield
a
. -
final
def
endo[A](f: (A) ⇒ A): Endo[A]
Alias for
Endo.apply
. -
final
def
endoByName[A](f: (⇒ A) ⇒ A): EndoByName[A]
Alias for
EndoByName.apply
. -
implicit
def
endoInstance[A]: Monoid[Endo[A]]
Endo forms a monoid where
zero
is the identity endomorphism andappend
composes the underlying functions.Endo forms a monoid where
zero
is the identity endomorphism andappend
composes the underlying functions.- Definition Classes
- EndoInstances
-
implicit
val
endoInstances: Zip[Endo] with Unzip[Endo] with InvariantFunctor[Endo]
- Definition Classes
- EndoInstances
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
idEndo[A]: Endo[A]
Alias for
Monoid[Endo[A]].zero
. -
final
def
idEndoByName[A]: EndoByName[A]
Alias for
Monoid[EndoByName[A]].zero
. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
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()