p

henkan

optional

package optional

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. optional
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait FunctionSyntax extends AnyRef
  2. case class RequiredFieldMissing(fieldName: String) extends Product with Serializable
  3. trait SeqInstance extends AnyRef

    A superficial seq instance that only works efficiently if the underling implementation is either Vector or List This is mostly created for dealing with the Seq fields generated by scalaPB for repeated items.

  4. trait ToOptional[From, To] extends AnyRef
    Annotations
    @implicitNotFound("Cannot build toOptional conversion from ${From} to ${To}, possibly due to missing cats instances (`Functor` instances are needed to convert fields in containers)")
  5. trait ToOptionalSyntax extends AnyRef
  6. trait ValidateFromOptional[From, To] extends AnyRef
    Annotations
    @implicitNotFound("Cannot build validate function from ${From} to ${To}, possibly due to missing fields in ${From} or missing cats instances (`Traverse` instances are needed to convert fields in containers)")
  7. trait ValidateFromOptionalSyntax extends AnyRef

Value Members

  1. object ToOptional extends MkToOptional with ToOptionalSyntax
  2. object ValidateFromOptional extends MkValidateFromOptional with ValidateFromOptionalSyntax
  3. object all extends All with SeqInstance
  4. object seqInstance extends SeqInstance
  5. object syntax

Inherited from AnyRef

Inherited from Any

Ungrouped