AppliedPrismEmptyOps

final case class AppliedPrismEmptyOps[S, T](appliedPrism: AppliedPrism[S, T]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def empty(implicit ev: Empty[T]): AppliedPrism[S, Unit]

provide a way to know if a structure T is empty

provide a way to know if a structure T is empty

Inherited methods

Inherited from:
Product