Class CompositeOnComplete<T>

  • Type Parameters:
    T - the result type
    All Implemented Interfaces:
    scala.Function1<scala.util.Try<T>,​scala.runtime.BoxedUnit>, scala.PartialFunction<scala.util.Try<T>,​scala.runtime.BoxedUnit>

    public abstract class CompositeOnComplete<T>
    extends akka.dispatch.OnComplete<T>
    An OnComplete implementation that aggrgates other OnComplete tasks.
    Author:
    Thomas Pantelis
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface scala.Function1

        scala.Function1.UnliftOps<A extends Object,​B extends Object>, scala.Function1.UnliftOps$
      • Nested classes/interfaces inherited from interface scala.PartialFunction

        scala.PartialFunction.ElementWiseExtractor<A extends Object,​B extends Object>, scala.PartialFunction.ElementWiseExtractor$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addOnComplete​(akka.dispatch.OnComplete<T> task)  
      protected void notifyOnCompleteTasks​(Throwable failure, T result)  
      • Methods inherited from class akka.dispatch.OnComplete

        internal, onComplete
      • Methods inherited from class akka.dispatch.japi.CallbackBridge

        apply, isDefinedAt
      • Methods inherited from class scala.runtime.AbstractPartialFunction

        andThen, andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, applyOrElse, compose, compose, elementWise, lift, orElse, runWith, toString, unapply
    • Constructor Detail

      • CompositeOnComplete

        public CompositeOnComplete()
    • Method Detail

      • addOnComplete

        public void addOnComplete​(akka.dispatch.OnComplete<T> task)
      • notifyOnCompleteTasks

        protected void notifyOnCompleteTasks​(Throwable failure,
                                             T result)