Uses of Interface
net.binis.codegen.collection.CodeList
| Package | Description |
|---|---|
| net.binis.codegen.collection |
-
Uses of CodeList in net.binis.codegen.collection
Classes in net.binis.codegen.collection that implement CodeList Modifier and Type Class Description classCodeListImpl<T,R>Methods in net.binis.codegen.collection that return CodeList Modifier and Type Method Description CodeList<T,R>CodeListImpl. _if(boolean condition, BiConsumer<CodeList<T,R>,R> consumer)CodeList<T,R>CodeListImpl. _if(boolean condition, Consumer<CodeList<T,R>> consumer)CodeList<T,R>CodeListImpl. _self(BiConsumer<CodeList<T,R>,R> consumer)CodeList<T,R>CodeList. add(T value)CodeList<T,R>CodeListImpl. add(T value)Method parameters in net.binis.codegen.collection with type arguments of type CodeList Modifier and Type Method Description CodeList<T,R>CodeListImpl. _if(boolean condition, BiConsumer<CodeList<T,R>,R> consumer)CodeList<T,R>CodeListImpl. _if(boolean condition, Consumer<CodeList<T,R>> consumer)CodeList<T,R>CodeListImpl. _self(BiConsumer<CodeList<T,R>,R> consumer)