|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface LeveldbProvider
| Method Summary | |
|---|---|
R
|
withLeveldb(Closure closure)
|
R
|
withLeveldb(String databaseName, Closure closure)
|
R
|
withLeveldb(CallableWithArgs callable)
|
R
|
withLeveldb(String databaseName, CallableWithArgs callable)
|
| Method Detail |
|---|
public R withLeveldb(Closure closure)
public R withLeveldb(String databaseName, Closure closure)
public R withLeveldb(CallableWithArgs callable)
public R withLeveldb(String databaseName, CallableWithArgs callable)
Groovy Documentation