|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TripleParamFactory<Param1,Param2,Param3,Return,T extends java.lang.Throwable>
Method Summary | |
---|---|
Return |
make(Param1 param1,
Param2 param2,
Param3 param3)
Attempt to make a new instance. |
Method Detail |
---|
Return make(Param1 param1, Param2 param2, Param3 param3) throws T extends java.lang.Throwable
param1
- the first to use to build a new instanceparam2
- the seccond to use to build a new instanceparam3
- the seccond to use to build a new instance
T
- if there was a problem building the new instance
T extends java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |