Packages

package check

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CheckWithSelfType[-T, +Self <: Check[T]] extends Check[T]

    Make the return type of Check.checkIf to be the child class.

    Make the return type of Check.checkIf to be the child class.

    T

    the type of values being checked

    Self

    the child class

  2. case class GrpcCheck[-T](wrapped: Check[GrpcResponse[T]], scope: Scope) extends CheckWithSelfType[GrpcResponse[T], GrpcCheck[T]] with Product with Serializable
  3. trait GrpcCheckSupport extends AnyRef
  4. class GrpcResponse[+T] extends AnyRef
  5. final class SomeWrapper[T] extends AnyVal
  6. trait StatusExtract extends AnyRef
  7. case class StreamCheck[-T](wrapped: Check[T], scope: Scope) extends CheckWithSelfType[T, StreamCheck[T]] with Product with Serializable
  8. trait StreamingCheckSupport extends AnyRef
  9. trait TrailersExtract extends AnyRef

Value Members

  1. object GrpcCheck extends Serializable
  2. object GrpcResponse

Ungrouped