BooleanSchema
oxygen.schema.JsonSchema.BooleanSchema
case object BooleanSchema extends NonProductLike[Boolean]
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait NonProductLike[Boolean]trait JsonSchema[Boolean]trait SchemaLike[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
BooleanSchema.type
Members list
Type members
Inherited classlikes
object unsafe
There are times when you only care about encoding or decoding, and not the other. This makes that possible. If you try to do the thing you explicitly decided not to implement, you will get a runtime exception.
There are times when you only care about encoding or decoding, and not the other. This makes that possible. If you try to do the thing you explicitly decided not to implement, you will get a runtime exception.
Attributes
- Inherited from:
- SchemaLike
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
The mirrored *-type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- NonProductLike
Inherited and Abstract types
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- JsonSchema
Attributes
- Definition Classes
- Inherited from:
- JsonSchema
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
final override def transform[B](ab: Boolean => B, ba: B => Boolean)(using newTypeTag: TypeTag[B]): JsonSchema[B]
Attributes
- Definition Classes
- Inherited from:
- NonProductLike
final def transformAttempt[B](ab: Boolean => B, ba: B => Boolean)(using newTypeTag: TypeTag[B]): S[B]
Attributes
- Inherited from:
- SchemaLike
final def transformAttemptObscure[B](ab: Boolean => B, ba: B => Boolean)(using newTypeTag: TypeTag[B]): S[B]
Attributes
- Inherited from:
- SchemaLike
final def transformOption[B](ab: Boolean => Option[B], ba: B => Boolean)(using newTypeTag: TypeTag[B]): S[B]
Attributes
- Inherited from:
- SchemaLike
final def transformOptionObscure[B](ab: Boolean => Option[B], ba: B => Boolean)(using newTypeTag: TypeTag[B]): S[B]
Attributes
- Inherited from:
- SchemaLike
final override def transformOrFail[B](ab: Boolean => Either[String, B], ba: B => Boolean)(using newTypeTag: TypeTag[B]): JsonSchema[B]
Attributes
- Definition Classes
- Inherited from:
- NonProductLike
Concrete fields
In this article