Packages

trait AsDraftSupport extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsDraftSupport
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AsDraftSupport toany2stringadd[AsDraftSupport] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AsDraftSupport, B)
    Implicit
    This member is added by an implicit conversion from AsDraftSupport toArrowAssoc[AsDraftSupport] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply(x: Schema[_], includeType: Boolean): obj
  7. def apply(x: Schema[_]): obj
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def ensuring(cond: (AsDraftSupport) => Boolean, msg: => Any): AsDraftSupport
    Implicit
    This member is added by an implicit conversion from AsDraftSupport toEnsuring[AsDraftSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (AsDraftSupport) => Boolean): AsDraftSupport
    Implicit
    This member is added by an implicit conversion from AsDraftSupport toEnsuring[AsDraftSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): AsDraftSupport
    Implicit
    This member is added by an implicit conversion from AsDraftSupport toEnsuring[AsDraftSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): AsDraftSupport
    Implicit
    This member is added by an implicit conversion from AsDraftSupport toEnsuring[AsDraftSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AsDraftSupport toStringFormat[AsDraftSupport] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def inferDefinition(x: ref[_]): (String, obj)
  20. def inferDefinitions(x: Schema[_]): obj
  21. val inferSpecifics: PartialFunction[(Option[ValidationDef[_, _]], Schema[_]), obj]
  22. def inferValidations(x: Schema[_]): (obj, Option[ValidationDef[_, _]])
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mkAllOf(pp: Option[ValidationDef[_, _]], x: allof[_]): obj
  25. def mkArr(pp: Option[ValidationDef[_, _]], comp: Schema[_]): obj
  26. def mkEnum(pp: Option[ValidationDef[_, _]], x: enum[_]): obj
  27. def mkNot(pp: Option[ValidationDef[_, _]], x: not[_]): obj
  28. def mkObj(pp: Option[ValidationDef[_, _]], x: object[_]): obj
  29. def mkOneOf(pp: Option[ValidationDef[_, _]], x: oneof[_]): obj
  30. def mkRef(pp: Option[ValidationDef[_, _]], x: ref[_]): obj
  31. def mkSet(pp: Option[ValidationDef[_, _]], comp: Schema[_]): obj
  32. def mkStr(pp: Option[ValidationDef[_, _]], x: string[_]): obj
  33. def mkStrMap(pp: Option[ValidationDef[_, _]], comp: Schema[_]): obj
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (AsDraftSupport, B)
    Implicit
    This member is added by an implicit conversion from AsDraftSupport toArrowAssoc[AsDraftSupport] 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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromAsDraftSupport to any2stringadd[AsDraftSupport]

Inherited by implicit conversion StringFormat fromAsDraftSupport to StringFormat[AsDraftSupport]

Inherited by implicit conversion Ensuring fromAsDraftSupport to Ensuring[AsDraftSupport]

Inherited by implicit conversion ArrowAssoc fromAsDraftSupport to ArrowAssoc[AsDraftSupport]

Ungrouped