Package

agora

domain

Permalink

package domain

Visibility
  1. Public
  2. All

Type Members

  1. case class CloseableIterator[T](iter: Iterator[T])(closeMe: ⇒ Unit) extends Iterator[T] with AutoCloseable with Product with Serializable

    Permalink

    An iterator which will invoke the given 'closeMe' thunk when it is exhausted It also implements 'AutoClosable' should it need to be closed early

  2. class IterableSubscriber[T] extends Subscriber[T]

    Permalink
  3. class IteratorPublisher[T] extends Publisher[T]

    Permalink

    Provides a publisher view over summat which can make an iterator

  4. class RichConfig extends RichConfigOps

    Permalink

    Adds some scala utility around a typesafe config

  5. trait RichConfigOps extends LowPriorityImplicits

    Permalink
  6. case class TryIterator[T](iter: Iterator[T])(onErr: PartialFunction[Throwable, Nothing]) extends Iterator[T] with Product with Serializable

    Permalink

Value Members

  1. object AlphaCounter

    Permalink

    Provides a means to encode a long into a shorter string of characters (alphanumeric by default, so effectively base 62 instead of base 10 (10 + 26 + 26)

  2. object Hex

    Permalink
  3. object IterableSubscriber

    Permalink
  4. object IteratorPublisher

    Permalink
  5. object MD5

    Permalink
  6. object RichConfig

    Permalink

Ungrouped