SharedFile

tasks.fileservice.SharedFile
See theSharedFile companion class
object SharedFile

Attributes

Companion
class
Experimental
true
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SharedFile.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(uri: Uri)(implicit tsc: TaskSystemComponents): IO[SharedFile]
def apply(file: File, name: String)(implicit tsc: TaskSystemComponents): IO[SharedFile]
def apply(file: File, name: String, deleteFile: Boolean)(implicit tsc: TaskSystemComponents): IO[SharedFile]
def apply(source: Stream[IO, Byte], name: String)(implicit tsc: TaskSystemComponents): IO[SharedFile]
def apply(bytes: Array[Byte], name: String)(implicit tsc: TaskSystemComponents): IO[SharedFile]
def fromFolder(parallelism: Int)(callback: File => List[File])(implicit tsc: TaskSystemComponents): IO[Seq[SharedFile]]
def getByName(name: String)(implicit tsc: TaskSystemComponents): IO[Option[SharedFile]]
def sink(name: String)(implicit tsc: TaskSystemComponents): (IO, Byte) => SharedFile

Implicits

Implicits

implicit val codec: JsonValueCodec[SharedFile]