Class

org.specs2.codata.Process

Process0Syntax

Related Doc: package Process

Permalink

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. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

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

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

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

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

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

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

    Permalink
  8. def toIndexedSeq: IndexedSeq[O]

    Permalink

    Converts this Process0 to an IndexedSeq.

  9. def toList: List[O]

    Permalink

    Converts this Process0 to a List.

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

    Permalink

    Converts this Process0 to a Map.

  11. def toSeq: Seq[O]

    Permalink

    Converts this Process0 to a Seq.

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

    Permalink

    Converts this Process0 to a SortedMap.

  13. def toSource: Process[Task, O]

    Permalink
  14. def toStream: Stream[O]

    Permalink

    Converts this Process0 to a Stream.

  15. def toString(): String

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

    Permalink

    Converts this Process0 to a Vector.

Deprecated Value Members

  1. def liftIO: Process[Task, O]

    Permalink
    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 Any

Ungrouped