zio.prelude.recursive

Members list

Type members

Classlikes

sealed trait Folder[Case[_], A] extends (Case[A]) => A

Attributes

Companion
object
Supertypes
trait (Case[A]) => A
class Object
trait Matchable
class Any
Self type
Folder[Case, A]
object Folder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Folder.type

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Recursive[Case, Annotations]
object Recursive

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Recursive.type
sealed trait Unfolder[Case[_], A] extends A => Case[A]

Attributes

Companion
object
Supertypes
trait A => Case[A]
class Object
trait Matchable
class Any
Self type
Unfolder[Case, A]
object Unfolder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Unfolder.type