Secret

zio.Config$.Secret$
See theSecret companion class
object Secret extends Chunk[Char] => Secret

Attributes

Companion:
class
Graph
Supertypes
trait Chunk[Char] => Secret
class Object
trait Matchable
class Any
Self type
Secret.type

Members list

Concise view

Value members

Concrete methods

def apply(chunk: Chunk[Char]): Secret
def unapply(secret: Secret): Some[Chunk[Char]]

Inherited methods

def andThen[A](g: Secret => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Chunk[Char]): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1