Interface AoBinder<T extends AoBinder>

All Known Implementing Classes:
AbstractUtil, UAggr, UFlush, UList, USearch, UUnique

public interface AoBinder<T extends AoBinder>
绑定接口 写数据:Partakor
  • Method Summary

    Modifier and Type
    Method
    Description
    on(io.horizon.specification.modeler.HAtom atom)
    绑定一个 Atom 元数据
    on(AoConnection connection)
    绑定一个 AoConnection 引用
    on(AoSentence sentence)
    绑定一个 AoSentence 引用
  • Method Details

    • on

      T on(AoSentence sentence)
      绑定一个 AoSentence 引用
    • on

      T on(AoConnection connection)
      绑定一个 AoConnection 引用
    • on

      T on(io.horizon.specification.modeler.HAtom atom)
      绑定一个 Atom 元数据