Package akka.persistence.testkit
Class Reject$
- java.lang.Object
 - 
- akka.persistence.testkit.Reject$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class Reject$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Reject$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable$lessinit$greater$default$1()Rejectapply(java.lang.Throwable error)java.lang.Throwableapply$default$1()Rejectcreate()Rejectcreate(java.lang.Throwable error)scala.Option<java.lang.Throwable>unapply(Reject x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Reject$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
$lessinit$greater$default$1
public java.lang.Throwable $lessinit$greater$default$1()
 
- 
create
public Reject create(java.lang.Throwable error)
 
- 
create
public Reject create()
 
- 
apply
public Reject apply(java.lang.Throwable error)
 
- 
apply$default$1
public java.lang.Throwable apply$default$1()
 
- 
unapply
public scala.Option<java.lang.Throwable> unapply(Reject x$0)
 
 - 
 
 -