BinaryAttributeStore

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def deleteAttr(id: BinaryId): F[Boolean]

Removes the attributes associated to this id, if existing.

Removes the attributes associated to this id, if existing.

def findAttr(id: BinaryId): OptionT[F, BinaryAttributes]

Looks up attributes for the given id.

Looks up attributes for the given id.

def saveAttr(id: BinaryId, attrs: F[BinaryAttributes]): F[Unit]

Associate the attributes to the key. If already exists, the data is replaced.

Associate the attributes to the key. If already exists, the data is replaced.