All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scray.querying.source.store.BlobResolver.scala Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package scray.querying.source.store

trait BlobResolver[T] {
  
  /**
   * returns a Blob for the given key
   */
  def getBlob(key: T): Option[Array[Byte]] 
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy