Interface CodeList<T,​R>

All Superinterfaces:
BaseModifier<CodeList<T,​R>,​R>
All Known Implementing Classes:
CodeListImpl

public interface CodeList<T,​R>
extends BaseModifier<CodeList<T,​R>,​R>
  • Method Summary

    Modifier and Type Method Description
    CodeList<T,​R> add​(T value)  

    Methods inherited from interface net.binis.codegen.modifier.BaseModifier

    _if, done