Fragment

object Fragment extends FragmentInstances
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait AllOps[A] extends Ops[A]
trait Ops[A] extends Serializable
trait ToFragmentOps extends Serializable
object ops

Value members

Concrete methods

@inline
def apply[A](implicit instance: Fragment[A]): Fragment[A]

Summon an instance of Fragment for A.

Summon an instance of Fragment for A.

Implicits

Inherited implicits

final implicit val booleanQueryValue: Fragment[Boolean]
Inherited from
FragmentInstances1
final implicit val charQueryValue: Fragment[Char]
Inherited from
FragmentInstances1
implicit val contravariant: Contravariant[[A] =>> Fragment[A]]
Inherited from
FragmentInstances2
final implicit val doubleQueryValue: Fragment[Double]
Inherited from
FragmentInstances1
final implicit val floatQueryValue: Fragment[Float]
Inherited from
FragmentInstances1
final implicit val intQueryValue: Fragment[Int]
Inherited from
FragmentInstances1
final implicit val longQueryValue: Fragment[Long]
Inherited from
FragmentInstances1
implicit val noneFragment: Fragment[None]
Inherited from
FragmentInstances1
implicit def optionFragment[A](implicit evidence$1: Fragment[A]): Fragment[Option[A]]
Inherited from
FragmentInstances
implicit val stringFragment: Fragment[String]
Inherited from
FragmentInstances1
final implicit val uuidQueryValue: Fragment[UUID]
Inherited from
FragmentInstances1