nonEmpty

oxygen.core.syntax.nonEmpty
object nonEmpty

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
nonEmpty.type

Members list

Extensions

Extensions

extension [F[_], A](self: F[A])
def toNonEmpty(implicit nonEmpty: NonEmpty[F]): Option[nonEmpty.G[A]]
def unsafeToNonEmpty(implicit nonEmpty: NonEmpty[F]): nonEmpty.G[A]