Interface Tree

All Superinterfaces:
Aide
All Known Implementing Classes:
AbstractTree, TreeApp, TreeSigma

public interface Tree extends Aide
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetch(String field, String type, Boolean leaf)
     

    Methods inherited from interface io.vertx.tp.ambient.uca.digital.Aide

    fetch, fetch
  • Method Details

    • fetch

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetch(String field, String type, Boolean leaf)