Package akka.stream
Class TargetRefNotInitializedYetException$
- java.lang.Object
 - 
- scala.runtime.AbstractFunction0<TargetRefNotInitializedYetException>
 - 
- akka.stream.TargetRefNotInitializedYetException$
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Function0<TargetRefNotInitializedYetException>
public class TargetRefNotInitializedYetException$ extends scala.runtime.AbstractFunction0<TargetRefNotInitializedYetException> implements java.io.Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TargetRefNotInitializedYetException$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TargetRefNotInitializedYetException$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetRefNotInitializedYetExceptionapply()java.lang.StringtoString()booleanunapply(TargetRefNotInitializedYetException x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TargetRefNotInitializedYetException$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
toString
public final java.lang.String toString()
- Specified by:
 toStringin interfacescala.Function0<TargetRefNotInitializedYetException>- Overrides:
 toStringin classscala.runtime.AbstractFunction0<TargetRefNotInitializedYetException>
 
- 
apply
public TargetRefNotInitializedYetException apply()
- Specified by:
 applyin interfacescala.Function0<TargetRefNotInitializedYetException>
 
- 
unapply
public boolean unapply(TargetRefNotInitializedYetException x$0)
 
 - 
 
 -