org.specs2.codata.Process

Process0Syntax

implicit final class Process0Syntax[O] extends AnyVal

This class provides infix syntax specific to Process0.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Process0Syntax
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Process0Syntax(self: Process0[O])

Value Members

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

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

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

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  7. val self: Process0[O]

  8. def toIndexedSeq: IndexedSeq[O]

    Converts this Process0 to an IndexedSeq.

  9. def toList: List[O]

    Converts this Process0 to a List.

  10. def toMap[K, V](implicit isKV: <:<[O, (K, V)]): Map[K, V]

    Converts this Process0 to a Map.

  11. def toSeq: Seq[O]

    Converts this Process0 to a Seq.

  12. def toSortedMap[K, V](implicit isKV: <:<[O, (K, V)], ord: Ordering[K]): SortedMap[K, V]

    Converts this Process0 to a SortedMap.

  13. def toSource: Process[Task, O]

  14. def toStream: Stream[O]

    Converts this Process0 to a Stream.

  15. def toString(): String

    Definition Classes
    Any
  16. def toVector: Vector[O]

    Converts this Process0 to a Vector.

Deprecated Value Members

  1. def liftIO: Process[Task, O]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.7) liftIO is deprecated in favor of toSource. It will be removed in a future release.

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped