Interface ResultAccessor.ResultProperty<RES,​EXC extends Exception>

Type Parameters:
RES - The type of the result property.
EXC - The exception thrown in case no result is available. Use RuntimeException to prevent forcing a try/catch block.
All Superinterfaces:
ResultAccessor<RES,​EXC>, ResultAccessor.ResultMutator<RES>
Enclosing interface:
ResultAccessor<RES,​EXC extends Exception>

public static interface ResultAccessor.ResultProperty<RES,​EXC extends Exception>
extends ResultAccessor<RES,​EXC>, ResultAccessor.ResultMutator<RES>
Extends the ResultAccessor with a setter method.