Interface JPropertyParseMonadType.JPropertySuccessType<A>

Type Parameters:
A - The type of result values
All Superinterfaces:
JPropertyParseMonadType<A>
All Known Implementing Classes:
JPropertySuccess
Enclosing interface:
JPropertyParseMonadType<A>

@Immutable
public static interface JPropertyParseMonadType.JPropertySuccessType<A>
extends JPropertyParseMonadType<A>
A result indicating success.