Trait

io.fintrospect.parameters.FormField

MandatorySeq

Related Doc: package FormField

Permalink

trait MandatorySeq[T] extends MandatoryParameter[Form, Seq[T], FormFieldBinding]

Self Type
MandatorySeq[T] with ExtParameter[Form, Seq[T], FormFieldBinding]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MandatorySeq
  2. MandatoryParameter
  3. MandatoryRebind
  4. Rebindable
  5. ExtractableParameter
  6. Mandatory
  7. Extractor
  8. Retrieval
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def <--?(from: Form): 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 <--(from: Form): 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
    MandatoryRetrieval
  4. def <--?(from: Form, 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
  5. def <->(from: Form): Iterable[FormFieldBinding]

    Permalink
    Definition Classes
    MandatoryRebindRebindable
  6. final def ==(arg0: Any): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def extract(from: Form, 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
  12. final def extract(from: Form): 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
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def from(from: Form): 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
  15. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def rebind(from: Form): Iterable[FormFieldBinding]

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

    Permalink
    Definition Classes
    Mandatory
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

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

Inherited from ExtractableParameter[Form, Seq[T]]

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

Inherited from Extractor[Form, Seq[T]]

Inherited from Retrieval[Form, Seq[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped