caseapp.internals

PreFolder

object PreFolder extends LabelledProductTypeClassCompanion[PreFolder]

Linear Supertypes
LabelledProductTypeClassCompanion[PreFolder], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PreFolder
  2. LabelledProductTypeClassCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. macro def apply[T](implicit ev: LabelledProductTypeClass[PreFolder]): PreFolder[T]

    Definition Classes
    LabelledProductTypeClassCompanion
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. implicit val booleanPreFolder: PreFolder[Boolean]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val datePreFolder: PreFolder[Calendar]

  9. implicit macro def derive[T](implicit ev: LabelledProductTypeClass[PreFolder]): PreFolder[T]

  10. implicit val doublePreFolder: PreFolder[Double]

  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit val floatPreFolder: PreFolder[Float]

  15. val fmt: SimpleDateFormat

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

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

    Definition Classes
    AnyRef → Any
  18. implicit val intCounterPreFolder: PreFolder[scalaz.@@[Int, Counter]]

  19. implicit val intPreFolder: PreFolder[Int]

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. implicit def listPreFolder[T](implicit arg0: PreFolder[T], arg1: Default[T]): PreFolder[List[T]]

  22. implicit val longPreFolder: PreFolder[Long]

  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. implicit def optionPreFolder[T](implicit arg0: PreFolder[T], arg1: Default[T]): PreFolder[Option[T]]

  27. def preFolder[T](f: (Either[RecNames, List[Name]]) ⇒ Folder[T]): PreFolder[T]

  28. implicit val stringPreFolder: PreFolder[String]

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. implicit val tc: LabelledProductTypeClass[PreFolder]

  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. implicit val unitPreFolder: PreFolder[Unit]

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LabelledProductTypeClassCompanion[PreFolder]

Inherited from AnyRef

Inherited from Any

Ungrouped