Trait/Object

io.eels

CloseableIterator

Related Docs: object CloseableIterator | package eels

Permalink

trait CloseableIterator[+T] extends AnyRef

Self Type
CloseableIterator[T]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloseableIterator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val iterator: Iterator[T]

    Permalink

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
  7. def concat[U >: T](other: CloseableIterator[U]): CloseableIterator[U]

    Permalink
  8. def drop(k: Int): CloseableIterator[T]

    Permalink
  9. def dropWhile(p: (T) ⇒ Boolean): CloseableIterator[T]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def exists(p: (T) ⇒ Boolean): Boolean

    Permalink
  13. def filter(p: (T) ⇒ Boolean): CloseableIterator[T]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def find(p: (T) ⇒ Boolean): Option[T]

    Permalink
  16. def flatMap[U](fn: (T) ⇒ Iterable[U]): CloseableIterator[U]

    Permalink
  17. def foldLeft[U](z: U)(op: (U, T) ⇒ U): U

    Permalink
  18. def forall(p: (T) ⇒ Boolean): Boolean

    Permalink
  19. def foreach[U](f: (T) ⇒ U): Unit

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def head: T

    Permalink
  23. final def isClosed(): Boolean

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val iter: Iterator[T]

    Permalink
  26. def map[U](f: (T) ⇒ U): CloseableIterator[U]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def size: Int

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def take(k: Int): CloseableIterator[T]

    Permalink
  33. def takeWhile(p: (T) ⇒ Boolean): CloseableIterator[T]

    Permalink
  34. def toList: List[T]

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def toVector: Vector[T]

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def zip[U](other: CloseableIterator[U]): CloseableIterator[(T, U)]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped