EmptyFunctions

monocle.function.EmptyFunctions

Attributes

Source:
Empty.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty.type
object Monocle.type
object all.type

Members list

Concise view

Value members

Deprecated methods

def _empty[S](implicit ev: Empty[S]): S

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Empty.scala
def _isEmpty[S](s: S)(implicit ev: Empty[S]): Boolean

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Empty.scala
def empty[S](implicit ev: Empty[S]): Prism[S, Unit]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Empty.scala