implicit final class KeyOps[K] extends AnyVal
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyOps
- AnyVal
- Any
Implicitly
- by EncoderOps
- by EncoderOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KeyOps(value: K)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (KeyOps[K], B)
- final def :=[A](a: A)(implicit arg0: Encoder[A], keyEncoder: KeyEncoder[K]): (String, Json)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (KeyOps[K]) => Boolean, msg: => Any): KeyOps[K]
- def ensuring(cond: (KeyOps[K]) => Boolean): KeyOps[K]
- def ensuring(cond: Boolean, msg: => Any): KeyOps[K]
- def ensuring(cond: Boolean): KeyOps[K]
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any
Shadowed Implicit Value Members
- final def asJson(implicit encoder: Encoder[KeyOps[K]]): Json
- Implicit
- This member is added by an implicit conversion from KeyOps[K] toEncoderOps[KeyOps[K]] performed by method EncoderOps in io.circe.syntax.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(keyOps: EncoderOps[KeyOps[K]]).asJson(encoder)
- Definition Classes
- EncoderOps
- final def asJson(implicit encoder: Encoder[KeyOps[K]]): Json
- Implicit
- This member is added by an implicit conversion from KeyOps[K] toEncoderOps[KeyOps[K]] performed by method EncoderOps in io.circe.syntax.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(keyOps: EncoderOps[KeyOps[K]]).asJson(encoder)
- Definition Classes
- EncoderOps
- final def asJsonObject(implicit encoder: AsObject[KeyOps[K]]): JsonObject
- Implicit
- This member is added by an implicit conversion from KeyOps[K] toEncoderOps[KeyOps[K]] performed by method EncoderOps in io.circe.syntax.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(keyOps: EncoderOps[KeyOps[K]]).asJsonObject(encoder)
- Definition Classes
- EncoderOps
- final def asJsonObject(implicit encoder: AsObject[KeyOps[K]]): JsonObject
- Implicit
- This member is added by an implicit conversion from KeyOps[K] toEncoderOps[KeyOps[K]] performed by method EncoderOps in io.circe.syntax.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(keyOps: EncoderOps[KeyOps[K]]).asJsonObject(encoder)
- Definition Classes
- EncoderOps
Deprecated Value Members
- def →[B](y: B): (KeyOps[K], B)
- Implicit
- This member is added by an implicit conversion from KeyOps[K] toArrowAssoc[KeyOps[K]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.