Packages

class ResourceInstance[Sp, St] extends ObjectResource[TestResource[Sp, St]] with HasStatus[TestResource[Sp, St], St]

Linear Supertypes
HasStatus[TestResource[Sp, St], St], ObjectResource[TestResource[Sp, St]], HasFinalizers[TestResource[Sp, St]], HasSoftDelete[TestResource[Sp, St]], HasVersion[TestResource[Sp, St]], HasId[TestResource[Sp, St]], HasKind[TestResource[Sp, St]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceInstance
  2. HasStatus
  3. ObjectResource
  4. HasFinalizers
  5. HasSoftDelete
  6. HasVersion
  7. HasId
  8. HasKind
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResourceInstance()(implicit eqSt: Eq[St], classSp: ClassTag[Sp], classSt: ClassTag[St])

Type Members

  1. type T = TestResource[Sp, St]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. val eqStatus: Eq[St]
    Definition Classes
    ResourceInstance → HasStatus
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalizers(t: T): List[String]
    Definition Classes
    ResourceInstance → HasFinalizers
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def id(t: T): Id[T]
    Definition Classes
    ResourceInstance → HasId
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isSoftDeleted(t: T): Boolean
    Definition Classes
    ResourceInstance → HasSoftDelete
  15. def kindDescription: String
    Definition Classes
    ResourceInstance → HasKind
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def replaceFinalizers(t: T, f: List[String]): T
    Definition Classes
    ResourceInstance → HasFinalizers
  20. def softDeletedAt(t: T, timestamp: Instant): T
    Definition Classes
    ResourceInstance → HasSoftDelete
  21. def status(t: T): Option[St]
    Definition Classes
    ResourceInstance → HasStatus
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def version(t: T): Option[String]
    Definition Classes
    ResourceInstance → HasVersion
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def withStatus(t: T, status: St): T
    Definition Classes
    ResourceInstance → HasStatus
  29. def withVersion(t: T, newVersion: String): T
    Definition Classes
    ResourceInstance → HasVersion

Deprecated Value Members

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

Inherited from HasStatus[TestResource[Sp, St], St]

Inherited from ObjectResource[TestResource[Sp, St]]

Inherited from HasFinalizers[TestResource[Sp, St]]

Inherited from HasSoftDelete[TestResource[Sp, St]]

Inherited from HasVersion[TestResource[Sp, St]]

Inherited from HasId[TestResource[Sp, St]]

Inherited from HasKind[TestResource[Sp, St]]

Inherited from AnyRef

Inherited from Any

Ungrouped