BoxStore

blobstore.box.BoxStore$
See theBoxStore companion class
object BoxStore

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BoxStore.type

Members list

Type members

Classlikes

trait BoxStoreBuilder[F[_]]

Attributes

See also
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class BoxStoreBuilderImpl[F[_]](_boxApiConnection: BoxAPIConnection, _rootFolderId: String, _largeFileThreshold: Long)(using evidence$3: Async[F]) extends BoxStoreBuilder[F]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait BoxStoreBuilder[F]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def builder[F[_]](boxApiConnection: BoxAPIConnection)(using evidence$2: Async[F]): BoxStoreBuilder[F]