Class/Object

com.github.andyglow.json.Value

bool

Related Docs: object bool | package Value

Permalink

sealed abstract class bool extends Value with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Value, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bool
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Value
  7. AnyRef
  8. Any
Implicitly
  1. by convertValue
  2. by convertValue
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  2. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to any2stringadd[bool] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (bool, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to ArrowAssoc[bool] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    bool → Equals
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  9. final def diff(y: Value): Result

    Permalink
    Definition Classes
    Value
  10. def ensuring(cond: (bool) ⇒ Boolean, msg: ⇒ Any): bool

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to Ensuring[bool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (bool) ⇒ Boolean): bool

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to Ensuring[bool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): bool

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to Ensuring[bool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): bool

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to Ensuring[bool] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    bool → Equals → AnyRef → Any
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to StringFormat[bool] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    bool → AnyRef → Any
  19. def internalDiff(y: Value, path: Path = Path.Empty): Result

    Permalink
    Attributes
    protected
    Definition Classes
    boolValue
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  24. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  25. def productPrefix: String

    Permalink
    Definition Classes
    Product
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. def tpe: String

    Permalink
    Definition Classes
    boolValue
  29. val value: Boolean

    Permalink
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (bool, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to ArrowAssoc[bool] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. final def diff(y: Value): Result

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to J performed by method convertValue in com.github.andyglow.json.Value. This conversion will take place only if an implicit value of type ValueAdapter[bool] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bool: J).diff(y)
    Definition Classes
    Value
  2. final def diff(y: Value): Result

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to J performed by method convertValue in com.github.andyglow.json.Value. This conversion will take place only if an implicit value of type ValueAdapter[bool] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bool: J).diff(y)
    Definition Classes
    Value
  3. def tpe: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to J performed by method convertValue in com.github.andyglow.json.Value. This conversion will take place only if an implicit value of type ValueAdapter[bool] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bool: J).tpe
    Definition Classes
    Value
  4. def tpe: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from bool to J performed by method convertValue in com.github.andyglow.json.Value. This conversion will take place only if an implicit value of type ValueAdapter[bool] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (bool: J).tpe
    Definition Classes
    Value

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Value

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertValue from bool to J

Inherited by implicit conversion convertValue from bool to J

Inherited by implicit conversion any2stringadd from bool to any2stringadd[bool]

Inherited by implicit conversion StringFormat from bool to StringFormat[bool]

Inherited by implicit conversion Ensuring from bool to Ensuring[bool]

Inherited by implicit conversion ArrowAssoc from bool to ArrowAssoc[bool]

Ungrouped