IsAttributeValue

zio.http.template.IsAttributeValue
See theIsAttributeValue companion object
sealed trait IsAttributeValue[-A]

Checks if the value A can be represented as a valid html attribute.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(a: A): String