io.fintrospect.parameters.FormField

Mandatory

trait Mandatory[T] extends MandatoryParameter[Form, T, FormFieldBinding]

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

Abstract Value Members

  1. abstract def <--?(from: Form): Extraction[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 <--(from: Form): 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
    MandatoryRetrieval
  5. def <--?(from: Form, reason: String, predicate: (T) ⇒ Boolean): Extraction[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
  6. def <->(from: Form): Iterable[FormFieldBinding]

    Definition Classes
    MandatoryRebindRebindable
  7. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  13. final def extract(from: Form, reason: String, predicate: (T) ⇒ Boolean): Extraction[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
  14. final def extract(from: Form): Extraction[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
  15. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  23. 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
  24. val required: Boolean

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MandatoryRebind[Form, T, FormFieldBinding]

Inherited from Rebindable[Form, T, FormFieldBinding]

Inherited from ExtractableParameter[Form, T]

Inherited from parameters.Mandatory[Form, T]

Inherited from Extractor[Form, T]

Inherited from Retrieval[Form, T]

Inherited from AnyRef

Inherited from Any

Ungrouped