Package

jabroni

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 IterableSubscriber

    Permalink
  2. object IteratorPublisher

    Permalink
  3. object RichConfig

    Permalink
  4. object Take

    Permalink
  5. package io

    Permalink

Ungrouped