PartiallyAppliedFromIterator

fs2.Stream$.PartiallyAppliedFromIterator
See thePartiallyAppliedFromIterator companion object
final class PartiallyAppliedFromIterator[F[_]] extends AnyVal

Attributes

Companion:
object
Source:
Stream.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[A](iterator: Iterator[A], chunkSize: Int)(implicit F: Sync[F]): Stream[F, A]

Attributes

Source:
Stream.scala
def apply[A](iterator: Iterator[A], chunkSize: Int, hint: Type)(implicit F: Sync[F]): Stream[F, A]

Attributes

Source:
Stream.scala