state

io.circe.Decoder$.state$
object state

Helper methods for working with cats.data.StateT values that transform the ACursor.

Attributes

Source:
Decoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
state.type

Members list

Concise view

Value members

Concrete methods

Attempt to decode a value at key k and remove it from the ACursor.

Attempt to decode a value at key k and remove it from the ACursor.

Attributes

Source:
Decoder.scala

Require the ACursor to be empty, using the provided function to create the failure error message if it's not.

Require the ACursor to be empty, using the provided function to create the failure error message if it's not.

Attributes

Source:
Decoder.scala

Concrete fields

Require the ACursor to be empty, with a default message.

Require the ACursor to be empty, with a default message.

Attributes

Source:
Decoder.scala