Packages

t

scalaz

TheseFunctions

trait TheseFunctions extends AnyRef

Source
These.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TheseFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def concatThat[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): F[B]
  7. def concatThatList[A, B](x: List[\&/[A, B]]): List[B]
  8. def concatThatStream[A, B](x: EphemeralStream[\&/[A, B]]): EphemeralStream[B]
  9. def concatThis[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): F[A]
  10. def concatThisList[A, B](x: List[\&/[A, B]]): List[A]
  11. def concatThisStream[A, B](x: EphemeralStream[\&/[A, B]]): EphemeralStream[A]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def merge[A](t: \&/[A, A])(implicit S: Semigroup[A]): A
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def unalign[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): (F[A], F[B])
  25. def unalignList[A, B](x: List[\&/[A, B]]): (List[A], List[B])
  26. def unalignStream[A, B](x: EphemeralStream[\&/[A, B]]): (EphemeralStream[A], EphemeralStream[B])
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def alignList[A, B](a: List[A], b: List[B]): List[\&/[A, B]]
    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) use Align typeclass

  2. def alignStream[A, B](a: EphemeralStream[A], b: EphemeralStream[B]): EphemeralStream[\&/[A, B]]
    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) use Align typeclass

Inherited from AnyRef

Inherited from Any

Ungrouped