net.sf.asyncobjects.asyncscala.stream

Streams

object Streams extends AnyRef

Streams

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Streams
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def empty [T] : AStream[T]

    returns

    the empty stream

  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def eventual [T] (body: ⇒ Promise[Option[T]]): AStream[T]

    Create simple stream.

    Create simple stream. On close, it just starts thrown

  12. def export [T] (stream: AStream[T]): AStream[T]

    Create asynchronous proxy for stream

    Create asynchronous proxy for stream

    stream

    the stream to export

    returns

    exported stream

  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  15. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  16. def immediate [T] (body: ⇒ Option[T]): AStream[T]

    Create simple stream.

    Create simple stream. On close, it just starts thrown

  17. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  18. def iterate [T] (c: Iterable[T]): AStream[T]

    Iterate over scala collection

    Iterate over scala collection

    returns

    the stream over iterator

  19. def iterate [T] (c: Iterable[T]): AStream[T]

    Iterate over java collection

    Iterate over java collection

    returns

    the stream over iterator

  20. def iterate [T] (i: Iterator[T]): AStream[T]

    Iterate over java iterator

    Iterate over java iterator

    i

    the java iterator

    returns

    the stream over iterator

  21. def iterate [T] (i: Iterator[T]): AStream[T]

    Iterate over scala iterator

    Iterate over scala iterator

    i

    the scala iterator

    returns

    the stream over iterator

  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def never [T] : AStream[T]

    Stream that never produces any value

  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def single [T] (v: T): AStream[T]

    Stream from the single value

    Stream from the single value

    v

    the value to yield

    returns

    the single value stream

  27. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  28. def toString (): String

    Definition Classes
    AnyRef → Any
  29. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any