Folder

zio.prelude.recursive.Folder
See theFolder companion trait
object Folder

Attributes

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

Members list

Value members

Concrete methods

def apply[Case[_], A](f: (Case[A]) => A): Folder[Case, A]

Implicits

Implicits

implicit def FolderInvariant[Case[_] : Covariant]: Invariant[{ type lambda = [x] =>> Folder[Case, x]; }#<none>]