Trait

io.fintrospect.parameters.Query

OptionalSeq

Related Doc: package Query

Permalink

trait OptionalSeq[T] extends OptionalParameter[Request, Seq[T], QueryBinding]

Self Type
OptionalSeq[T] with ExtParameter[Request, Seq[T], QueryBinding]
Linear Supertypes
OptionalParameter[Request, Seq[T], QueryBinding], OptionalBindable[Seq[T], QueryBinding], Bindable[Seq[T], QueryBinding], OptionalRebind[Request, Seq[T], QueryBinding], Rebindable[Request, Seq[T], QueryBinding], ExtractableParameter[Request, Seq[T]], parameters.Optional[Request, Seq[T]], Extractor[Request, Seq[T]], Retrieval[Request, Option[Seq[T]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionalSeq
  2. OptionalParameter
  3. OptionalBindable
  4. Bindable
  5. OptionalRebind
  6. Rebindable
  7. ExtractableParameter
  8. Optional
  9. Extractor
  10. Retrieval
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def -->(value: Seq[T]): Iterable[QueryBinding]

    Permalink

    Bind the value to this parameter

    Bind the value to this parameter

    returns

    the binding

    Definition Classes
    Bindable
  2. abstract def <--?(from: Request): Extraction[Seq[T]]

    Permalink

    Attempt to manually deserialise from the message object.

    Attempt to manually deserialise from the message object.

    Definition Classes
    Extractor

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def -->(value: Option[Seq[T]]): Iterable[QueryBinding]

    Permalink
    Definition Classes
    OptionalBindable
  4. def <--(from: Request): Option[Seq[T]]

    Permalink

    Extract the value from the target object.

    Extract the value from the target object. Throws on failure, but that shouldn't be a problem as the pre-validation stage for declared parameters and bodies handles the failure before user code is entered.

    Definition Classes
    OptionalRetrieval
  5. def <--?(from: Request, reason: String, predicate: (Seq[T]) ⇒ Boolean): Extraction[Seq[T]]

    Permalink

    Attempt to manually deserialise from the message object, using a validation predicate and reason for failure.

    Attempt to manually deserialise from the message object, using a validation predicate and reason for failure.

    Definition Classes
    ExtractableParameter
  6. def <->(from: Request): Iterable[QueryBinding]

    Permalink
    Definition Classes
    OptionalRebindRebindable
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def extract(from: Request, reason: String, predicate: (Seq[T]) ⇒ Boolean): Extraction[Seq[T]]

    Permalink

    Attempt to manually deserialise from the message object, using a validation predicate and reason for failure.

    Attempt to manually deserialise from the message object, using a validation predicate and reason for failure. User-friendly synonym for <--?(), which is why the method is final.

    Definition Classes
    ExtractableParameter
  13. final def extract(from: Request): Extraction[Seq[T]]

    Permalink

    Attempt to manually deserialise from the message object.

    Attempt to manually deserialise from the message object. User-friendly synonym for <--?(), which is why the method is final.

    Definition Classes
    Extractor
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def from(from: Request): Option[Seq[T]]

    Permalink

    Extract the value from the target object.

    Extract the value from the target object. Throws on failure, but that shouldn't be a problem as the pre-validation stage for declared parameters and bodies handles the failure before user code is entered. User-friendly synonym for <--(), which is why the method is final.

    Definition Classes
    Retrieval
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def of(value: Seq[T]): Iterable[QueryBinding]

    Permalink

    Bind the value to this parameter User-friendly synonym for -->(), which is why the method is final.

    Bind the value to this parameter User-friendly synonym for -->(), which is why the method is final.

    returns

    the binding

    Definition Classes
    Bindable
  23. final def rebind(from: Request): Iterable[QueryBinding]

    Permalink

    User-friendly synonym for <->(), which is why the method is final.

    User-friendly synonym for <->(), which is why the method is final.

    Definition Classes
    Rebindable
  24. val required: Boolean

    Permalink
    Definition Classes
    Optional
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OptionalParameter[Request, Seq[T], QueryBinding]

Inherited from OptionalBindable[Seq[T], QueryBinding]

Inherited from Bindable[Seq[T], QueryBinding]

Inherited from OptionalRebind[Request, Seq[T], QueryBinding]

Inherited from Rebindable[Request, Seq[T], QueryBinding]

Inherited from ExtractableParameter[Request, Seq[T]]

Inherited from parameters.Optional[Request, Seq[T]]

Inherited from Extractor[Request, Seq[T]]

Inherited from Retrieval[Request, Option[Seq[T]]]

Inherited from AnyRef

Inherited from Any

Ungrouped