Interface SpaceConfigStorageBatch
-
public interface SpaceConfigStorageBatch
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSpaceConfigStorageBatch.SpaceConfigStorageBatchContext
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Trun(Function<SpaceConfigStorageBatch.SpaceConfigStorageBatchContext,T> consumer)
-
-
-
Method Detail
-
run
<T> T run(Function<SpaceConfigStorageBatch.SpaceConfigStorageBatchContext,T> consumer)
-
-