|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the type that is providedC - the contextE - the exception that is thrownpublic interface ContextualProvider<T,C,E extends Throwable>
Represents a provider.
| Method Summary | |
|---|---|
String |
getDescription(C context)
getDescription |
T |
provide(C context)
Provides the object |
| Method Detail |
|---|
@NotNull
T provide(@NotNull
C context)
throws E extends Throwable
context - the context
E - if any.
E extends Throwable
@NotNull
String getDescription(@NotNull
C context)
getDescription
context - a C object.
String object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||