io.fintrospect.parameters.FormField

OptionalSeq

trait OptionalSeq[T] extends OptionalParameter[Form, Seq[T], FormFieldBinding]

Self Type
OptionalSeq[T] with ExtParameter[Form, Seq[T], FormFieldBinding]
Linear Supertypes
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
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

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

    Bind the value to this parameter

    Bind the value to this parameter

    returns

    the binding

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

    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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def -->(value: Option[Seq[T]]): Iterable[FormFieldBinding]

    Definition Classes
    OptionalBindable
  5. def <--(from: Form): Option[Seq[T]]

    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
  6. def <--?(from: Form, reason: String, predicate: (Seq[T]) ⇒ Boolean): Extraction[Seq[T]]

    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
  7. def <->(from: Form): Iterable[FormFieldBinding]

    Definition Classes
    OptionalRebindRebindable
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

    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
  15. final def extract(from: Form): Extraction[Seq[T]]

    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
  16. def finalize(): Unit

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

    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
  18. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def of(value: Seq[T]): Iterable[FormFieldBinding]

    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
  25. final def rebind(from: Form): Iterable[FormFieldBinding]

    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
  26. val required: Boolean

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OptionalParameter[Form, Seq[T], FormFieldBinding]

Inherited from OptionalBindable[Seq[T], FormFieldBinding]

Inherited from Bindable[Seq[T], FormFieldBinding]

Inherited from OptionalRebind[Form, Seq[T], FormFieldBinding]

Inherited from Rebindable[Form, Seq[T], FormFieldBinding]

Inherited from ExtractableParameter[Form, Seq[T]]

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

Inherited from Extractor[Form, Seq[T]]

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

Inherited from AnyRef

Inherited from Any

Ungrouped