trait RejectionHandler extends (Seq[Rejection]) ⇒ Option[Route]
- Self Type
- RejectionHandler
- Source
- RejectionHandler.scala
Ordering
- Alphabetic
- By Inheritance
Inherited
- RejectionHandler
- Function1
- AnyRef
- Any
Implicitly
- by CollectionsHaveToParArray
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RejectionHandler to any2stringadd[RejectionHandler] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RejectionHandler, B)
- Implicit
- This member is added by an implicit conversion from RejectionHandler to ArrowAssoc[RejectionHandler] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
andThen[A](g: (Option[Route]) ⇒ A): (Seq[Rejection]) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[A](g: (A) ⇒ Seq[Rejection]): (A) ⇒ Option[Route]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
ensuring(cond: (RejectionHandler) ⇒ Boolean, msg: ⇒ Any): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RejectionHandler) ⇒ Boolean): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RejectionHandler to StringFormat[RejectionHandler] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapRejectionResponse(map: (HttpResponse) ⇒ HttpResponse): RejectionHandler
Map any HTTP response which was returned by this RejectionHandler to a different one before rendering it.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
seal: RejectionHandler
"Seals" this handler by attaching a default handler as fallback if necessary.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toParArray: ParArray[T]
- Implicit
- This member is added by an implicit conversion from RejectionHandler to CollectionsHaveToParArray[RejectionHandler, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (RejectionHandler) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- CollectionsHaveToParArray
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withFallback(that: RejectionHandler): RejectionHandler
Creates a new RejectionHandler which uses the given one as fallback for this one.
-
def
→[B](y: B): (RejectionHandler, B)
- Implicit
- This member is added by an implicit conversion from RejectionHandler to ArrowAssoc[RejectionHandler] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Inherited from (Seq[Rejection]) ⇒ Option[Route]
Value Members
-
abstract
def
apply(v1: Seq[Rejection]): Option[Route]
- Definition Classes
- Function1
-
def
andThen[A](g: (Option[Route]) ⇒ A): (Seq[Rejection]) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
compose[A](g: (A) ⇒ Seq[Rejection]): (A) ⇒ Option[Route]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Inherited from Any
Inherited by implicit conversion CollectionsHaveToParArray from RejectionHandler to CollectionsHaveToParArray[RejectionHandler, T]
Value Members
-
def
toParArray: ParArray[T]
- Implicit
- This member is added by an implicit conversion from RejectionHandler to CollectionsHaveToParArray[RejectionHandler, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (RejectionHandler) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- CollectionsHaveToParArray
Inherited by implicit conversion any2stringadd from RejectionHandler to any2stringadd[RejectionHandler]
Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RejectionHandler to any2stringadd[RejectionHandler] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
Inherited by implicit conversion StringFormat from RejectionHandler to StringFormat[RejectionHandler]
Value Members
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RejectionHandler to StringFormat[RejectionHandler] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
Inherited by implicit conversion Ensuring from RejectionHandler to Ensuring[RejectionHandler]
Value Members
-
def
ensuring(cond: (RejectionHandler) ⇒ Boolean, msg: ⇒ Any): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RejectionHandler) ⇒ Boolean): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
Inherited by implicit conversion ArrowAssoc from RejectionHandler to ArrowAssoc[RejectionHandler]
Value Members
-
def
->[B](y: B): (RejectionHandler, B)
- Implicit
- This member is added by an implicit conversion from RejectionHandler to ArrowAssoc[RejectionHandler] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
→[B](y: B): (RejectionHandler, B)
- Implicit
- This member is added by an implicit conversion from RejectionHandler to ArrowAssoc[RejectionHandler] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Ungrouped
-
abstract
def
apply(v1: Seq[Rejection]): Option[Route]
- Definition Classes
- Function1
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RejectionHandler to any2stringadd[RejectionHandler] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RejectionHandler, B)
- Implicit
- This member is added by an implicit conversion from RejectionHandler to ArrowAssoc[RejectionHandler] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
andThen[A](g: (Option[Route]) ⇒ A): (Seq[Rejection]) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[A](g: (A) ⇒ Seq[Rejection]): (A) ⇒ Option[Route]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
ensuring(cond: (RejectionHandler) ⇒ Boolean, msg: ⇒ Any): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RejectionHandler) ⇒ Boolean): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RejectionHandler
- Implicit
- This member is added by an implicit conversion from RejectionHandler to Ensuring[RejectionHandler] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RejectionHandler to StringFormat[RejectionHandler] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapRejectionResponse(map: (HttpResponse) ⇒ HttpResponse): RejectionHandler
Map any HTTP response which was returned by this RejectionHandler to a different one before rendering it.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
seal: RejectionHandler
"Seals" this handler by attaching a default handler as fallback if necessary.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toParArray: ParArray[T]
- Implicit
- This member is added by an implicit conversion from RejectionHandler to CollectionsHaveToParArray[RejectionHandler, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (RejectionHandler) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- CollectionsHaveToParArray
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withFallback(that: RejectionHandler): RejectionHandler
Creates a new RejectionHandler which uses the given one as fallback for this one.
-
def
→[B](y: B): (RejectionHandler, B)
- Implicit
- This member is added by an implicit conversion from RejectionHandler to ArrowAssoc[RejectionHandler] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc