Class

com.twitter.algebird

FoldApplicative

Related Doc: package algebird

Permalink

class FoldApplicative[I] extends Applicative[[O]Fold[I, O]]

Folds are Applicatives!

Source
Fold.scala
Linear Supertypes
Applicative[[O]Fold[I, O]], Functor[[O]Fold[I, O]], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FoldApplicative
  2. Applicative
  3. Functor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FoldApplicative()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[T](v: T): Fold[I, T]

    Permalink
    Definition Classes
    FoldApplicativeApplicative
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def join[T, U](mt: Fold[I, T], mu: Fold[I, U]): Fold[I, (T, U)]

    Permalink
    Definition Classes
    FoldApplicativeApplicative
  14. def join[T1, T2, T3, T4, T5](m1: Fold[I, T1], m2: Fold[I, T2], m3: Fold[I, T3], m4: Fold[I, T4], m5: Fold[I, T5]): Fold[I, (T1, T2, T3, T4, T5)]

    Permalink
    Definition Classes
    Applicative
  15. def join[T1, T2, T3, T4](m1: Fold[I, T1], m2: Fold[I, T2], m3: Fold[I, T3], m4: Fold[I, T4]): Fold[I, (T1, T2, T3, T4)]

    Permalink
    Definition Classes
    Applicative
  16. def join[T1, T2, T3](m1: Fold[I, T1], m2: Fold[I, T2], m3: Fold[I, T3]): Fold[I, (T1, T2, T3)]

    Permalink
    Definition Classes
    Applicative
  17. def joinWith[T, U, V](mt: Fold[I, T], mu: Fold[I, U])(fn: (T, U) ⇒ V): Fold[I, V]

    Permalink
    Definition Classes
    FoldApplicativeApplicative
  18. def map[T, U](mt: Fold[I, T])(fn: (T) ⇒ U): Fold[I, U]

    Permalink
    Definition Classes
    FoldApplicativeFunctor
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def sequence[T](ms: Seq[Fold[I, T]]): Fold[I, Seq[T]]

    Permalink
    Definition Classes
    FoldApplicativeApplicative
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Applicative[[O]Fold[I, O]]

Inherited from Functor[[O]Fold[I, O]]

Inherited from AnyRef

Inherited from Any

Ungrouped