StyleEncoder

com.raquo.laminar.api.StyleUnitsApi.StyleEncoder
trait StyleEncoder[A] extends A => String

This marker trait is used for implicit conversions. For all intents and purposes it's just a function.

Attributes

Graph
Supertypes
trait A => String
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def andThen[A](g: String => A): T1 => A
Implicitly added by styleEncoderIntToDouble

Attributes

Inherited from:
Function1
def andThen[A](g: String => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: A): R
Implicitly added by styleEncoderIntToDouble

Attributes

Inherited from:
Function1
def apply(v1: A): R

Attributes

Inherited from:
Function1
def compose[A](g: A => A): A => R
Implicitly added by styleEncoderIntToDouble

Attributes

Inherited from:
Function1
def compose[A](g: A => A): 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