Packages

implicit class K8sZIOSyntax[R, A] extends AnyRef

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

Instance Constructors

  1. new K8sZIOSyntax(f: ZIO[R, K8sFailure, A])

Value Members

  1. val f: ZIO[R, K8sFailure, A]
  2. def ifFound: ZIO[R, K8sFailure, Option[A]]

    Captures the NotFound error and converts the result value to an Option