package util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait DeepFunctor[FA] extends AnyRef
Type class that identifies a type
FAas a nested sequence of type constructors applied to a typeA, where each one has aFunctorinstance.Type class that identifies a type
FAas a nested sequence of type constructors applied to a typeA, where each one has aFunctorinstance. It destructuresFAinto a composite type constructorF[_]applied to typeA, along with the compositeFunctorforF.- FA
the type to destructure as mentioned above
- trait LowerPriorityDeepFunctor extends AnyRef
Value Members
- def using[A <: Closeable, R](closeable: A)(f: (A) => R): R
- object DeepFunctor extends LowerPriorityDeepFunctor