Package io.vertx.tp.optic.environment
Interface Indent
-
public interface IndentFor `X_NUMBER` usage- Author:
- Lang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default 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)default io.vertx.core.Future<Boolean>reset(String code, String sigma)io.vertx.core.Future<Boolean>reset(String code, String sigma, Long defaultValue)
-