IsOptional

com.coralogix.zio.k8s.client.internal.IsOptional
See theIsOptional companion object
trait IsOptional[T]

Helper to disambiguate decoder and isOption instances of Option and Optional

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Inner

Value members

Abstract methods

def decoder: Decoder[T]
def isOption: IsOption[T]