stream

com.outr.arango.core.ArangoDBDocuments.stream$
object stream

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
stream.type

Members list

Value members

Concrete methods

def apply[V](docs: Stream[IO, V], chunkSize: Int, process: Chunk[V] => IO[Int]): IO[Int]
def delete(docs: Stream[IO, Id[T]], chunkSize: Int, options: DeleteOptions, transaction: StreamTransaction): IO[Int]
def insert(docs: Stream[IO, T], chunkSize: Int, options: CreateOptions, transaction: StreamTransaction): IO[Int]
def upsert(docs: Stream[IO, T], chunkSize: Int, options: CreateOptions, transaction: StreamTransaction): IO[Int]