Packages

class ResourceImpl[St, T <: ResourceGetters[St]] extends ObjectResource[T] with HasStatus[T, St] with Eq[T]

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

Instance Constructors

  1. new ResourceImpl(withMeta: (T, ObjectMeta) => T, withStatusFn: (T, St) => T, eq: Eq[T] = Eq.fromUniversalEquals[T], eqSt: Eq[St] = Eq.fromUniversalEquals[St])(implicit classTag: ClassTag[T])

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
    ResourceImpl → HasStatus
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def eqv(x: T, y: T): Boolean
    Definition Classes
    ResourceImpl → Eq
  10. def finalizers(t: T): List[String]
    Definition Classes
    ResourceImpl → HasFinalizers
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def id(t: T): Id[T]
    Definition Classes
    ResourceImpl → HasId
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isSoftDeleted(t: T): Boolean
    Definition Classes
    ResourceImpl → HasSoftDelete
  16. def kindDescription: String
    Definition Classes
    ResourceImpl → HasKind
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def neqv(x: T, y: T): Boolean
    Definition Classes
    Eq
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def replaceFinalizers(t: T, f: List[String]): T
    Definition Classes
    ResourceImpl → HasFinalizers
  22. def softDeletedAt(t: T, time: Instant): T
    Definition Classes
    ResourceImpl → HasSoftDelete
  23. def status(obj: T): Option[St]
    Definition Classes
    ResourceImpl → HasStatus
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def version(t: T): Option[String]
    Definition Classes
    ResourceImpl → HasVersion
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. def withStatus(obj: T, status: St): T
    Definition Classes
    ResourceImpl → HasStatus
  31. def withVersion(t: T, newVersion: String): T
    Definition Classes
    ResourceImpl → HasVersion

Deprecated Value Members

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

Inherited from Eq[T]

Inherited from Serializable

Inherited from HasStatus[T, St]

Inherited from ObjectResource[T]

Inherited from HasFinalizers[T]

Inherited from HasSoftDelete[T]

Inherited from HasVersion[T]

Inherited from HasId[T]

Inherited from HasKind[T]

Inherited from AnyRef

Inherited from Any

Ungrouped