Packages

object Main extends IOApp

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

Type Members

  1. type ArangoResourceDsl = HttpStoreAlgebra[IO, VPackEncoder, VPackDecoder]

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. val app: Kleisli[[+A]IO[A], Request[IO], Response[[+A]IO[A]]]
  5. val arangoConfig: ArangoConfiguration
  6. val arangoResource: Resource[[+A]IO[A], Arango[[+A]IO[A]]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. implicit def contextShift: ContextShift[IO]
    Attributes
    protected
    Definition Classes
    IOApp
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    IOApp
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. implicit val httpFreeDsl: HttpAlgebra[IO]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def main(args: Array[String]): Unit
    Definition Classes
    IOApp
  18. implicit val mockDecoder: VPackDecoder[Mock]
  19. implicit val mockEncoder: VPackEncoder[Mock]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def run(args: List[String]): IO[ExitCode]
    Definition Classes
    Main → IOApp
  24. implicit val securityDsl: SecurityAlgebra[IO]
  25. implicit val storeDsl: ArangoStoreAlgebra[IO]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def testRoutes(implicit httpFreeDsl: HttpAlgebra[IO], storeDsl: ArangoResourceDsl): HttpRoutes[IO]
  28. implicit def timer: Timer[IO]
    Attributes
    protected
    Definition Classes
    IOApp
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. implicit def unsafeLogger: Logger[IO]
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from IOApp

Inherited from AnyRef

Inherited from Any

Ungrouped