IsOption

sttp.client3.IsOption
See theIsOption companion trait
object IsOption

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IsOption.type

Members list

Implicits

Implicits

implicit def leftOptionIsOption[T]: IsOption[Either[Option[T], _]]
implicit def optionIsOption[T]: IsOption[Option[T]]
implicit def otherIsNotOption[T]: IsOption[T]
implicit def rightOptionIsOption[T]: IsOption[Either[_, Option[T]]]