syntax

object syntax extends syntax
Companion:
class
trait syntax
class Object
trait Matchable
class Any
syntax.type

Extensions

Inherited extensions

extension [A](a: A)
inline def coerce[B](using coercible: Coercible[A, B]): B
Inherited from:
syntax
inline def refinedTo[T](using refinedCtor: RefinedCtor[T, A]): Either[String, T]
Inherited from:
syntax
extension [A, T](a: A)
inline def refinedNewtype[N](using coercible: Coercible[T, N], refinedCtor: RefinedCtor[T, A]): Either[String, N]
Inherited from:
syntax