Abstract Value Members
              - 
      
      
      
    
- 
      
      
      
        abstract 
        def
      
      
        scope: Scope
      
      
 
        
              Concrete Value Members
              - 
      
      
      
        final 
        def
      
      
        !=(arg0: AnyRef): Boolean
      
      
- 
      
      
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
- 
      
      
      
        final 
        def
      
      
        ##(): Int
      
      
- 
      
      
      
        
        def
      
      
        ++=[U](values: ⇒ U)(implicit a: Values[T, U]): Setting[Task[T]]
      
      
- 
      
      
      
        
        def
      
      
        +=[U](value: ⇒ U)(implicit a: Value[T, U]): Setting[Task[T]]
      
      
- 
      
      
      
        
        def
      
      
        :=(value: ⇒ T): Setting[Task[T]]
      
      
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
        final 
        def
      
      
        ==(arg0: AnyRef): Boolean
      
      
- 
      
      
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
- 
      
      
      
    
- 
      
      
      
        
        def
      
      
        ??[T >: T](or: ⇒ T): Initialize[Task[T]]
      
      
- 
      
      
      
        final 
        def
      
      
        apply[Z](g: (Task[T]) ⇒ Z): Initialize[Z]
      
      
- 
      
      
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
- 
      
      
      
        
        def
      
      
        clone(): AnyRef
      
      
- 
      
      
      
        final 
        def
      
      
        dependencies: List[ScopedKey[Task[T]]]
      
      
- 
      
      
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
- 
      
      
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
- 
      
      
      
    
- 
      
      
      
        
        def
      
      
        finalize(): Unit
      
      
- 
      
      
      
    
- 
      
      
      
        final 
        def
      
      
        getClass(): java.lang.Class[_]
      
      
- 
      
      
      
        
        def
      
      
        hashCode(): Int
      
      
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
- 
      
      
      
    
- 
      
      
      
        final 
        def
      
      
        mapConstant(g: MapConstant): Initialize[Task[T]]
      
      
- 
      
      
      
        final 
        def
      
      
        mapReferenced(g: MapScoped): Initialize[Task[T]]
      
      
- 
      
      
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
- 
      
      
      
        final 
        def
      
      
        notify(): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
- 
      
      
      
    
- 
      
      
      
        
        def
      
      
        toString(): String
      
      
- 
      
      
      
        final 
        val
      
      
        transform: (Task[T]) ⇒ Task[T]
      
      
- 
      
      
      
        final 
        def
      
      
        validateReferenced(g: ValidateRef): ValidatedInit[Task[T]]
      
      
- 
      
      
      
        final 
        def
      
      
        wait(): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
- 
      
      
      
    
- 
      
      
      
    
- 
      
      
      
        
        def
      
      
        ~=(f: (T) ⇒ T): Setting[Task[T]]
      
      
 
        
         
        
        
              
Inherited from AnyRef
            
              
Inherited from Any
            
         
       
      
      
     
      
Identifies a task. It consists of three parts: the scope, the name, and the type of the value computed by a task associated with this key. The scope is represented by a value of type Scope. The name and the type are represented by a value of type AttributeKey[Task[T]]. Instances are constructed using the companion object.