class CallbackBridge[-T] extends AbstractPartialFunction[T, BoxedUnit]
- Annotations
- @deprecated
- Deprecated
- (Since version 2.0) Do not use this directly, use subclasses of this 
- Source
- Future.scala
          
            Linear Supertypes
          
          
        
            
              Known Subclasses
            
            
          
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- CallbackBridge
- AbstractPartialFunction
- PartialFunction
- Function1
- AnyRef
- Any
                  Implicitly
                  
                  
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
              Visibility
              
        - Public
- All
Instance Constructors
-  new CallbackBridge()
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        +(other: String): String
      
      
      - Implicit
- This member is added by an implicit conversion from CallbackBridge[T] to any2stringadd[CallbackBridge[T]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ->[B](y: B): (CallbackBridge[T], B)
      
      
      - Implicit
- This member is added by an implicit conversion from CallbackBridge[T] to ArrowAssoc[CallbackBridge[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        andThen[C](k: (BoxedUnit) ⇒ C): PartialFunction[T, C]
      
      
      - Definition Classes
- PartialFunction → Function1
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        apply(t: T): BoxedUnit
      
      
      - Definition Classes
- CallbackBridge → AbstractPartialFunction → Function1
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        applyOrElse[A1 <: T, B1 >: BoxedUnit](x: A1, default: (A1) ⇒ B1): B1
      
      
      - Definition Classes
- PartialFunction
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        compose[A](g: (A) ⇒ T): (A) ⇒ BoxedUnit
      
      
      - Definition Classes
- Function1
- Annotations
- @unspecialized()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (CallbackBridge[T]) ⇒ Boolean, msg: ⇒ Any): CallbackBridge[T]
      
      
      - Implicit
- This member is added by an implicit conversion from CallbackBridge[T] to Ensuring[CallbackBridge[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (CallbackBridge[T]) ⇒ Boolean): CallbackBridge[T]
      
      
      - Implicit
- This member is added by an implicit conversion from CallbackBridge[T] to Ensuring[CallbackBridge[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean, msg: ⇒ Any): CallbackBridge[T]
      
      
      - Implicit
- This member is added by an implicit conversion from CallbackBridge[T] to Ensuring[CallbackBridge[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean): CallbackBridge[T]
      
      
      - Implicit
- This member is added by an implicit conversion from CallbackBridge[T] to Ensuring[CallbackBridge[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        formatted(fmtstr: String): String
      
      
      - Implicit
- This member is added by an implicit conversion from CallbackBridge[T] to StringFormat[CallbackBridge[T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        internal(result: T): Unit
      
      
      - Attributes
- protected
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isDefinedAt(t: T): Boolean
      
      
      - Definition Classes
- CallbackBridge → PartialFunction
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        lift: (T) ⇒ Option[BoxedUnit]
      
      
      - Definition Classes
- PartialFunction
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        orElse[A1 <: T, B1 >: BoxedUnit](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
      
      
      - Definition Classes
- PartialFunction
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        runWith[U](action: (BoxedUnit) ⇒ U): (T) ⇒ Boolean
      
      
      - Definition Classes
- PartialFunction
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- Function1 → AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        →[B](y: B): (CallbackBridge[T], B)
      
      
      - Implicit
- This member is added by an implicit conversion from CallbackBridge[T] to ArrowAssoc[CallbackBridge[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc