Packages

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait DeepFunctor[FA] extends AnyRef

    Type class that identifies a type FA as a nested sequence of type constructors applied to a type A, where each one has a Functor instance.

    Type class that identifies a type FA as a nested sequence of type constructors applied to a type A, where each one has a Functor instance. It destructures FA into a composite type constructor F[_] applied to type A, along with the composite Functor for F.

    FA

    the type to destructure as mentioned above

  2. trait LowerPriorityDeepFunctor extends AnyRef

Value Members

  1. def using[A <: Closeable, R](closeable: A)(f: (A) => R): R
  2. object DeepFunctor extends LowerPriorityDeepFunctor

Inherited from AnyRef

Inherited from Any

Ungrouped