Fragment

io.lemonlabs.uri.typesafe.Fragment
See theFragment companion object
trait Fragment[A] extends Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def fragment(a: A): Option[String]
Implicitly added by optionFragment
def fragment(a: A): Option[String]

Concrete methods

def contramap[B](f: B => A): Fragment[B]
Implicitly added by optionFragment
def contramap[B](f: B => A): Fragment[B]