Item

final case
class Item[F[_]](name: NonEmptyList[String], contentType: Option[String], contentEncoding: Option[String], uri: URI, content: Stream[F, Byte])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product