Package

net.ruippeixotog.scalascraper

util

Permalink

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. All

Type Members

  1. sealed trait DeepFunctor[FA] extends AnyRef

    Permalink

    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

    Permalink
  3. type Validated[+R, +A] = Either[R, A]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Validated was replaced by Either as the result type of validations

Value Members

  1. object DeepFunctor extends LowerPriorityDeepFunctor

    Permalink
  2. object EitherRightBias

    Permalink

    Provides a compatibility implicit conversion to make Either right-biased and therefore able to be used in for-comprehensions.

    Provides a compatibility implicit conversion to make Either right-biased and therefore able to be used in for-comprehensions. Useful for Scala 2.11 users who cannot upgrade to Scala 2.12 for some reason.

  3. object ProxyUtils

    Permalink
  4. def using[A <: Closeable, R](closeable: A)(f: (A) ⇒ R): R

    Permalink

Deprecated Value Members

  1. object Validated

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Validated was replaced by Either as the result type of validations

Inherited from AnyRef

Inherited from Any

Ungrouped