net.ruippeixotog.scalascraper.util

Members list

Concise view

Type members

Classlikes

sealed trait DeepFunctor[FA]

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.

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.

Attributes

FA

the type to destructure as mentioned above

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DeepFunctor.type

Value members

Concrete methods

def using[A <: Closeable, R](closeable: A)(f: A => R): R