Packages

t

kantan.codecs.resource

VersionSpecificResourceIterator

trait VersionSpecificResourceIterator[+A] extends AnyRef

Self Type
ResourceIterator[A]
Annotations
@SuppressWarnings()
Source
VersionSpecificResourceIterator.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VersionSpecificResourceIterator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def iterator: Iterator[A]
  2. def to[F](factory: Factory[A, F]): F
  3. def toBuffer[AA >: A]: Buffer[AA]
  4. def toIndexedSeq: IndexedSeq[A]
  5. def toIterable: Iterable[A]
  6. def toList: List[A]
  7. def toSeq: Seq[A]
  8. def toSet[AA >: A]: Set[AA]
  9. def toVector: Vector[A]