Object/Trait

swaydb.core.build

Build

Related Docs: trait Build | package build

Permalink

object Build extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Build
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Info extends Build with Product with Serializable

    Permalink

    Existing database with Build.Info

  2. case class Version(major: Int, minor: Int, revision: Int) extends Product with Serializable

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Fresh extends Build

    Permalink

    Brand new database

  5. object NoBuildInfo extends Build

    Permalink

    Existing database without Build.Info

  6. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. val fileName: String

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val formatId: Byte

    Permalink
  13. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  17. final val major: Int

    Permalink
  18. final val minor: Int

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def read[E](folder: Path)(implicit arg0: ExceptionHandler[E]): IO[E, Build]

    Permalink
  23. final val revision: Int

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

    Permalink
    Definition Classes
    AnyRef
  25. final def thisVersion(): Version

    Permalink
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def validate[E](folder: Path)(implicit arg0: ExceptionHandler[E], validator: BuildValidator): IO[E, (Option[DataType], Build)]

    Permalink
  28. def validateOrCreate[E](folder: Path)(implicit arg0: ExceptionHandler[E], validator: BuildValidator): IO[E, Unit]

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def write[E](folder: Path, buildInfo: Info)(implicit arg0: ExceptionHandler[E]): IO[E, Path]

    Permalink
  33. def write[E](folder: Path, dataType: DataType)(implicit arg0: ExceptionHandler[E]): IO[E, Path]

    Permalink

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped