Packages

final case class NewResource[F[_]](key: DIKey, implType: SafeType, instance: Any, finalizer: () => F[Unit]) extends NewObjectOp with CurrentContextInstance with Product with Serializable

Marks a new instance introduced in current locator context

Linear Supertypes
Serializable, Product, Equals, CurrentContextInstance, NewObjectOp, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewResource
  2. Serializable
  3. Product
  4. Equals
  5. CurrentContextInstance
  6. NewObjectOp
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewResource(key: DIKey, implType: SafeType, instance: Any, finalizer: () => F[Unit])

Value Members

  1. val finalizer: () => F[Unit]
  2. val implType: SafeType
    Definition Classes
    NewResourceCurrentContextInstance
  3. val instance: Any
    Definition Classes
    NewResourceCurrentContextInstance
  4. val key: DIKey
    Definition Classes
    NewResourceNewObjectOp
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product