Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FPException(msg: String, eo: Option[Throwable] = None) extends Exception with Product with Serializable
  2. class FunctionIterator[X, R] extends AbstractIterator[Try[R]]

    This iterator gets its input from a call-by-name value, which is essentially a parameterless function.

    This iterator gets its input from a call-by-name value, which is essentially a parameterless function.

    X

    a Joinable input type.

    R

    the underlying type of f and also the result.

  3. trait Joinable[T] extends AnyRef

    Type class to define behavior of a type which can be joined.

    Type class to define behavior of a type which can be joined.

    T

    the joinable type.

Value Members

  1. object FP
  2. case object InvalidInputException extends Exception with Product with Serializable
  3. case object IteratorExhaustedException extends Exception with Product with Serializable
  4. object Joinable
  5. object Reflection
  6. object TryUsing

Ungrouped