Package io.vertx.tp.optic.extension
Class DatumInit
- java.lang.Object
-
- io.vertx.tp.optic.extension.DatumInit
-
-
Constructor Summary
Constructors Constructor Description DatumInit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>>apply()io.vertx.core.Future<io.vertx.core.json.JsonObject>doExtension(io.vertx.core.json.JsonObject appJson)io.vertx.core.json.JsonObjectresult(io.vertx.core.json.JsonObject input, io.vertx.core.json.JsonObject appJson)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertx.tp.optic.extension.Init
whereUnique
-
-
-
-
Method Detail
-
apply
public Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>> apply()
-
doExtension
public io.vertx.core.Future<io.vertx.core.json.JsonObject> doExtension(io.vertx.core.json.JsonObject appJson)
-
-