OffuserTuple

com.geirolz.app.toolkit.config.Secret$.OffuserTuple
See theOffuserTuple companion object
case class OffuserTuple[P](offuser: Offuser[P], deOffuser: DeOffuser[P])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def bimap[U](fO: U => P, fD: P => U): OffuserTuple[U]

Inherited methods

def apply(v1: Array[Byte], v2: Seed): R
Implicitly added by unzipBiOffuserToDeOffuser

Attributes

Inherited from:
Function2
def apply(v1: P, v2: Seed): R
Implicitly added by unzipBiOffuserToOffuser

Attributes

Inherited from:
Function2
def curried: T1 => T2 => R
Implicitly added by unzipBiOffuserToDeOffuser

Attributes

Inherited from:
Function2
def curried: T1 => T2 => R
Implicitly added by unzipBiOffuserToOffuser

Attributes

Inherited from:
Function2
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def tupled: ((T1, T2)) => R
Implicitly added by unzipBiOffuserToDeOffuser

Attributes

Inherited from:
Function2
def tupled: ((T1, T2)) => R
Implicitly added by unzipBiOffuserToOffuser

Attributes

Inherited from:
Function2