ArchiveEntry

zio.compress.ArchiveEntry
See theArchiveEntry companion class
object ArchiveEntry

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait ArchiveEntryFromUnderlying[+Size <: (Option), Underlying] extends Serializable

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
trait ArchiveEntryToUnderlying[+Underlying] extends Serializable

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromUnderlying[Size <: (Option), U](underlying: U)(implicit U: ArchiveEntryFromUnderlying[Size, U]): ArchiveEntry[Option, U]