Package akka.actor
Interface SupervisorStrategyLowPriorityImplicits
- 
- All Known Implementing Classes:
 SupervisorStrategy$
public interface SupervisorStrategyLowPriorityImplicits 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.PartialFunction<java.lang.Throwable,SupervisorStrategy.Directive>seqCauseDirective2Decider(scala.collection.Iterable<scala.Tuple2<java.lang.Class<? extends java.lang.Throwable>,SupervisorStrategy.Directive>> trapExit)Implicit conversion fromSeqof Cause-Directive pairs to aDecider. 
 - 
 
- 
- 
Method Detail
- 
seqCauseDirective2Decider
scala.PartialFunction<java.lang.Throwable,SupervisorStrategy.Directive> seqCauseDirective2Decider(scala.collection.Iterable<scala.Tuple2<java.lang.Class<? extends java.lang.Throwable>,SupervisorStrategy.Directive>> trapExit)
Implicit conversion fromSeqof Cause-Directive pairs to aDecider. See makeDecider(causeDirective). 
 - 
 
 -