c

org.specs2.control.producer

ProducerTransducerOps

implicit class ProducerTransducerOps[R, A] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProducerTransducerOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProducerTransducerOps(p: Producer[R, A])(implicit arg0: eff.all._Safe[R])

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
    @native() @throws( ... )
  6. def drop(n: Int): Producer[R, A]
  7. def dropRight(n: Int): Producer[R, A]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def first: Producer[R, A]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def intersperse(a: A): Producer[R, A]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def last: Producer[R, A]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def producerState[B, S](start: S, last: Option[(S) ⇒ Producer[R, B]] = None)(f: (A, S) ⇒ (Producer[R, B], S)): Producer[R, B]
  21. def receiveOption[B]: Producer[R, Option[A]]
  22. def receiveOr[B](f: (A) ⇒ Producer[R, B])(or: ⇒ Producer[R, B]): Producer[R, B]
  23. def reduce(f: (A, A) ⇒ A): Producer[R, A]
  24. def reduceMap[B](f: (A) ⇒ B)(implicit arg0: Monoid[B]): Producer[R, B]
  25. def reduceMonoid(implicit monoid: Monoid[A]): Producer[R, A]
  26. def reduceSemigroup(implicit semi: Semigroup[A]): Producer[R, A]
  27. def scan[B](start: B)(f: (B, A) ⇒ B): Producer[R, B]
  28. def scan1(f: (A, A) ⇒ A): Producer[R, A]
  29. def state[B, S](start: S)(f: (A, S) ⇒ (B, S)): Producer[R, B]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def take(n: Int): Producer[R, A]
  32. def takeWhile(f: (A) ⇒ Boolean): Producer[R, A]
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. def zipWithIndex: Producer[R, (A, Int)]
  38. def zipWithNext: Producer[R, (A, Option[A])]
  39. def zipWithNextN(n: Int): Producer[R, (A, List[A])]
  40. def zipWithPrevious: Producer[R, (Option[A], A)]
  41. def zipWithPreviousAndNext: Producer[R, (Option[A], A, Option[A])]
  42. def zipWithPreviousAndNextN(n: Int): Producer[R, (List[A], A, List[A])]
  43. def zipWithPreviousN(n: Int): Producer[R, (List[A], A)]

Inherited from AnyRef

Inherited from Any

Ungrouped