object Apply extends Serializable
- Source
- Apply.scala
- Alphabetic
- By Inheritance
- Apply
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait AllOps[F[_], A] extends Ops[F, A] with Functor.AllOps[F, A] with InvariantSemigroupal.AllOps[F, A]
- trait Ops[F[_], A] extends Serializable
- trait ToApplyOps extends Serializable
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 align[F[_]](implicit arg0: Apply[F]): Align[F]
-
def
apply[F[_]](implicit instance: Apply[F]): Apply[F]
Summon an instance of Apply for
F
.Summon an instance of Apply for
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
def
semigroup[F[_], A](implicit f: Apply[F], sg: Semigroup[A]): Semigroup[F[A]]
This semigroup uses a product operation to combine
F
s.This semigroup uses a product operation to combine
F
s. If theApply[F].product
results in largerF
(i.e. whenF
is aList
), accumulative usage of this instance, such ascombineAll
, will result inF
s with exponentially increasing sizes. -
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()
Deprecated Value Members
-
object
nonInheritedOps extends ToApplyOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.2.0) Use cats.syntax object imports
-
object
ops
- Annotations
- @deprecated
- Deprecated
(Since version 2.2.0) Use cats.syntax object imports