Secret

object Secret extends Chunk[Char] => Secret
Companion:
class
trait Chunk[Char] => Secret
class Object
trait Matchable
class Any
Secret.type

Value members

Concrete methods

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

Inherited methods

def andThen[A](g: Secret => A): T1 => A
Inherited from:
Function1
def compose[A](g: A => Chunk[Char]): A => R
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.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1