All Classes

Class Description
JProperties
Type-safe interface to Properties.
JPropertyError
The type of parse errors.
JPropertyError.Builder
Builds instances of type JPropertyError.
JPropertyException
The type of exceptions raised upon property access errors.
JPropertyFailure<A>
A result indicating failure.
JPropertyFailure.Builder<A>
Builds instances of type JPropertyFailure.
JPropertyIncorrectType
The type of exceptions raised upon accessing a property that is not of the expected type.
JPropertyNonexistent
The type of exceptions raised upon accessing a property that does not exist.
JPropertyParseMonadType<A>
A parser monad.
JPropertyParseMonadType.JPropertyErrorType
The type of parse errors.
JPropertyParseMonadType.JPropertyFailureType<A>
A result indicating failure.
JPropertyParseMonadType.JPropertySuccessType<A>
A result indicating success.
JPropertyParseMonadType.JPropertyWarningType
The type of parse warnings.
JPropertyParseMonadType.Kind
The kind of result.
JPropertyParseMonadType.Unit
Single-valued unit type.
JPropertyParsing
Parser monad functions.
JPropertyParsing.ParseFunctionType<T>
A parse function.
JPropertySuccess<A>
A result indicating success.
JPropertySuccess.Builder<A>
Builds instances of type JPropertySuccess.
JPropertyWarning
The type of parse warnings.
JPropertyWarning.Builder
Builds instances of type JPropertyWarning.