package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class FPException(msg: String, eo: Option[Throwable] = None) extends Exception with Product with Serializable
- 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.
- 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
- object FP
- case object InvalidInputException extends Exception with Product with Serializable
- case object IteratorExhaustedException extends Exception with Product with Serializable
- object Joinable
- object Reflection
- object TryUsing