case class ConcurrentResponse[P, W, ID](first: TypedPostResponse[P, W, ID], second: TypedPostResponse[P, W, ID])(implicit pw: Postable[P, W, ID]) extends TypedPostResponse[P, W, ID] with Product with Serializable
- Alphabetic
- By Inheritance
- ConcurrentResponse
- Serializable
- Product
- Equals
- TypedPostResponse
- PostResponse
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ConcurrentResponse(first: TypedPostResponse[P, W, ID], second: TypedPostResponse[P, W, ID])(implicit pw: Postable[P, W, ID])
Type Members
- type PostType = P
- Definition Classes
- TypedPostResponse → PostResponse
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def &&(that: TypedPostResponse[P, W, ID]): ConcurrentResponse[P, W, ID]
- Definition Classes
- TypedPostResponse
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ConcurrentResponse[P, W, ID] toany2stringadd[ConcurrentResponse[P, W, ID]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ConcurrentResponse[P, W, ID], B)
- Implicit
- This member is added by an implicit conversion from ConcurrentResponse[P, W, ID] toArrowAssoc[ConcurrentResponse[P, W, ID]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >>[Q](that: TypedPostResponse[Q, W, ID])(implicit qw: Postable[Q, W, ID], dg: DataGetter[Q, W, ID]): ComposedResponse[P, Q, W, ID]
- Definition Classes
- TypedPostResponse
- def andThen[Q, V](second: Callback[Q, W, V, ID])(implicit pw: Postable[P, W, ID], qw: Postable[Q, W, ID]): AndThen[P, Q, V, W, ID]
- Definition Classes
- TypedPostResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (ConcurrentResponse[P, W, ID]) => Boolean, msg: => Any): ConcurrentResponse[P, W, ID]
- Implicit
- This member is added by an implicit conversion from ConcurrentResponse[P, W, ID] toEnsuring[ConcurrentResponse[P, W, ID]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ConcurrentResponse[P, W, ID]) => Boolean): ConcurrentResponse[P, W, ID]
- Implicit
- This member is added by an implicit conversion from ConcurrentResponse[P, W, ID] toEnsuring[ConcurrentResponse[P, W, ID]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ConcurrentResponse[P, W, ID]
- Implicit
- This member is added by an implicit conversion from ConcurrentResponse[P, W, ID] toEnsuring[ConcurrentResponse[P, W, ID]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ConcurrentResponse[P, W, ID]
- Implicit
- This member is added by an implicit conversion from ConcurrentResponse[P, W, ID] toEnsuring[ConcurrentResponse[P, W, ID]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val first: TypedPostResponse[P, W, ID]
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ConcurrentResponse[P, W, ID] toStringFormat[ConcurrentResponse[P, W, ID]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def post(web: W, content: P, id: ID): Future[Vector[PostData[_, W, ID]]]
- Definition Classes
- ConcurrentResponse → TypedPostResponse → PostResponse
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- implicit val pw: Postable[P, W, ID]
- Definition Classes
- TypedPostResponse
- def reduce[Q, R](reduction: (Vector[Q]) => R)(implicit qw: Postable[Q, W, ID], rw: Postable[R, W, ID], dgr: DataGetter[R, W, ID]): ReducedResponse[P, Q, R, W, ID]
- Definition Classes
- TypedPostResponse
- def respond(web: W)(pds: Vector[PostData[PostType, W, ID]]): Future[Vector[PostData[_, W, ID]]]
- Definition Classes
- PostResponse
- val second: TypedPostResponse[P, W, ID]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (ConcurrentResponse[P, W, ID], B)
- Implicit
- This member is added by an implicit conversion from ConcurrentResponse[P, W, ID] toArrowAssoc[ConcurrentResponse[P, W, ID]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.