Package

io.jobial.scase

util

Permalink

package util

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

Type Members

  1. class Cache[F[_], A, B] extends CatsUtils

    Permalink
  2. case class CacheEntry[F[_], A, B](value: F[B], timestamp: Long, onExpiry: (A, B) ⇒ F[Unit]) extends Product with Serializable

    Permalink
  3. implicit class EitherExtension[+A, +B] extends AnyRef

    Permalink
    Definition Classes
    EitherUtils
  4. trait EitherUtils extends AnyRef

    Permalink

    Extensions for Scala 2.11 support.

  5. implicit class TryExtension[T] extends AnyRef

    Permalink

    This is only needed for Scala 2.11 compatibility.

    This is only needed for Scala 2.11 compatibility.

    Definition Classes
    EitherUtils

Value Members

  1. object Cache

    Permalink
  2. object Hash

    Permalink
  3. def tryIncludingFatal[T](r: ⇒ T): Try[T]

    Permalink
    Definition Classes
    EitherUtils

Inherited from EitherUtils

Inherited from AnyRef

Inherited from Any

Ungrouped