Packages

package util

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

Type Members

  1. class Cache[F[_], A, B] extends CatsUtils
  2. case class CacheEntry[F[_], A, B](value: F[B], timestamp: Long, onExpiry: (A, B) => F[Unit]) extends Product with Serializable
  3. trait EitherUtil extends AnyRef

    Extensions for Scala 2.11 support.

  4. implicit class EitherExtension[+A, +B] extends AnyRef
    Definition Classes
    EitherUtil
  5. implicit class TryExtension[T] extends AnyRef

    This is only needed for Scala 2.11 compatibility.

    This is only needed for Scala 2.11 compatibility.

    Definition Classes
    EitherUtil

Value Members

  1. object Cache
  2. object Hash

Inherited from EitherUtil

Inherited from AnyRef

Inherited from Any

Ungrouped