abstract class Empty[S] extends Serializable

Typeclass that defines a Prism from an S and its empty value

S

source of Prism

Annotations
@implicitNotFound() @deprecated
Deprecated

(Since version 3.0.0-M1) no replacement

Source
Empty.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Empty
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Empty()

Abstract Value Members

  1. abstract def empty: Prism[S, Unit]