|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Binder<From,To>
Represents the "bind" function in monad.
Codehaus.org.
| Method Summary | |
|---|---|
Creator<To> |
bind(From v)
Creates a Creator object according to a value. |
| Method Detail |
|---|
Creator<To> bind(From v)
throws java.lang.Throwable
v - the value.
java.lang.Throwable - if any error happens in the bind.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||