Object2StringConverter

object Object2StringConverter extends Converter[AnyRef, String]

Convert Object to String

Since

3.2.0

trait Converter[AnyRef, String]
trait AnyRef => String
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def apply(input: AnyRef): String
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: String => A): AnyRef => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => AnyRef): A => String
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1