syntax

soidc.jwt.codec.ByteDecoder.syntax
object syntax extends Syntax

Attributes

Graph
Supertypes
trait Syntax
class Object
trait Matchable
class Any
Self type
syntax.type

Members list

Extensions

Inherited extensions

extension (self: ByteVector)
def as[A](using d: ByteDecoder[A]): Either[DecodeError, A]

Attributes

Inherited from:
Syntax
def unsafeAs[A](using ByteDecoder[A]): A

Attributes

Inherited from:
Syntax