Args

oxygen.zio.system.Command.Args
See theArgs companion class
object Args

Attributes

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

Members list

Type members

Classlikes

object ToArgs

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ToArgs.type
trait ToArgs[-A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

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

Givens

Givens

given convertToArgs[A](using aToArgs: ToArgs[A]): Conversion[A, Args]