com.geirolz.secret.strategy

Members list

Type members

Classlikes

opaque object SecretStrategy extends SecretStrategyFactory

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

A SecretStrategyAlgebra defines the operators to build Obfuscator and DeObfuscator instances.

A SecretStrategyAlgebra defines the operators to build Obfuscator and DeObfuscator instances.

The algebra also provides a factory to create SecretStrategy instances.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Factory for SecretStrategy.

Factory for SecretStrategy.

Implicitly provides SecretStrategy for primitive types and collections.

Value parameters

algebra

the algebra used to build the SecretStrategy.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Types

opaque type SecretStrategy[P]