Class RejectionHandler$


  • public class RejectionHandler$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final RejectionHandler$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • RejectionHandler$

        public RejectionHandler$()
    • Method Detail

      • applyTransformations

        public 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.
        Parameters:
        rejections - (undocumented)
        Returns:
        (undocumented)