nec

monocle.std.nec$
object nec extends NonEmptyChainOptics

Attributes

Source:
NonEmptyChain.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
nec.type

Members list

Concise view

Value members

Inherited methods

final def chainToNec[A]: Prism[Chain[A], Type[A]]

Attributes

Inherited from:
NonEmptyChainOptics
Source:
NonEmptyChain.scala
final def necToOneAnd[A]: Iso[Type[A], OneAnd[Chain, A]]

Attributes

Inherited from:
NonEmptyChainOptics
Source:
NonEmptyChain.scala
final def optNecToChain[A]: Iso[Option[Type[A]], Chain[A]]

Attributes

Inherited from:
NonEmptyChainOptics
Source:
NonEmptyChain.scala
final def pChainToNec[A, B]: PPrism[Chain[A], Chain[B], Type[A], Type[B]]

Attributes

Inherited from:
NonEmptyChainOptics
Source:
NonEmptyChain.scala
final def pNecToOneAnd[A, B]: PIso[Type[A], Type[B], OneAnd[Chain, A], OneAnd[Chain, B]]

Attributes

Inherited from:
NonEmptyChainOptics
Source:
NonEmptyChain.scala
final def pOptNecToChain[A, B]: PIso[Option[Type[A]], Option[Type[B]], Chain[A], Chain[B]]

Attributes

Inherited from:
NonEmptyChainOptics
Source:
NonEmptyChain.scala