AppliedTraversalOptionOps

final case class AppliedTraversalOptionOps[A, B](appliedTraversal: AppliedTraversal[A, Option[B]]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def none: AppliedTraversal[A, Unit]

extract Unit from an Option in case it is a None

extract Unit from an Option in case it is a None

extract B from an Option in case it is a Some

extract B from an Option in case it is a Some

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product