public class RejectionHandler$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RejectionHandler$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
RejectionHandler$() |
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Seq<Rejection> |
applyTransformations(scala.collection.immutable.Seq<Rejection> rejections)
Filters out all TransformationRejections from the given sequence and applies them (in order) to the
remaining rejections.
|
RejectionHandler.Builder |
newBuilder()
Creates a new
RejectionHandler builder. |
public static final RejectionHandler$ MODULE$
public RejectionHandler.Builder newBuilder()
RejectionHandler
builder.public scala.collection.immutable.Seq<Rejection> applyTransformations(scala.collection.immutable.Seq<Rejection> rejections)
rejections
- (undocumented)