Package io.vertx.tp.optic
Class NormIndent
- java.lang.Object
-
- io.vertx.tp.optic.NormIndent
-
-
Constructor Summary
Constructors Constructor Description NormIndent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<String>indent(String code, String sigma)io.vertx.core.Future<Queue<String>>indent(String code, String sigma, int size)io.vertx.core.Future<Boolean>reset(String code, String sigma, Long defaultValue)
-