Object

io.hydrosphere.serving.model.api

Result

Related Doc: package api

Permalink

object Result

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

Type Members

  1. case class ClientError(message: String) extends HError with Product with Serializable

    Permalink
  2. case class ErrorCollection(errors: Seq[HError]) extends HError with Product with Serializable

    Permalink
  3. trait HError extends AnyRef

    Permalink
  4. case class InternalError[T <: Throwable](exception: T, reason: Option[String] = None) extends HError with 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 Implicits

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clientError[T](message: String): HResult[T]

    Permalink
  7. def clientErrorF[T](message: String): HFResult[T]

    Permalink
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def error[T](err: HError): HResult[T]

    Permalink
  12. def errorF[T](err: HError): HFResult[T]

    Permalink
  13. def errors[T](errors: Seq[HError]): HResult[T]

    Permalink
  14. def errorsF[T](errors: Seq[HError]): HFResult[T]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def internalError[T, E <: Throwable](ex: E, reason: String): HResult[T]

    Permalink
  19. def internalError[T, E <: Throwable](ex: E): HResult[T]

    Permalink
  20. def internalErrorF[T, E <: Throwable](ex: E, reason: String): HFResult[T]

    Permalink
  21. def internalErrorF[T, E <: Throwable](ex: E): HFResult[T]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def ok[T](t: T): HResult[T]

    Permalink
  27. def okF[T](t: T): HFResult[T]

    Permalink
  28. def sequence[T](reSeq: Seq[HResult[T]]): HResult[Seq[T]]

    Permalink
  29. def sequenceF[T](reSeq: Seq[HFResult[T]])(implicit ec: ExecutionContext): HFResult[Seq[T]]

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def traverse[A, T](seq: Seq[A])(func: (A) ⇒ HResult[T]): HResult[Seq[T]]

    Permalink
  33. def traverseF[A, T](seq: Seq[A])(func: (A) ⇒ HFResult[T])(implicit ec: ExecutionContext): HFResult[Seq[T]]

    Permalink
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped