Uses of Interface
net.binis.codegen.collection.EmbeddedCodeCollection
Packages that use EmbeddedCodeCollection
-
Uses of EmbeddedCodeCollection in net.binis.codegen.collection
Classes in net.binis.codegen.collection that implement EmbeddedCodeCollectionModifier and TypeClassDescriptionclassEmbeddedCodeCollectionImpl<M,T, R> classEmbeddedCodeListImpl<M,T, R> classEmbeddedCodeSetImpl<M,T, R> Methods in net.binis.codegen.collection that return EmbeddedCodeCollectionModifier and TypeMethodDescriptionEmbeddedCodeCollection._add$(UnaryOperator<M> initializer) EmbeddedCodeCollectionImpl._add$(UnaryOperator<M> init) EmbeddedCodeCollection._clear()EmbeddedCodeCollectionImpl._clear()EmbeddedCodeCollection._ifContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._ifContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._ifNotContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._ifNotContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifNotContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifNotContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._ifNotEmpty(Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifNotEmpty(Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._remove(int index) EmbeddedCodeListImpl._remove(int index) EmbeddedCodeSetImpl._remove(int index) EmbeddedCodeCollection._sort(Comparator<? super T> comparator) EmbeddedCodeListImpl._sort(Comparator<? super T> comparator) EmbeddedCodeSetImpl._sort(Comparator<? super T> comparator) Method parameters in net.binis.codegen.collection with type arguments of type EmbeddedCodeCollectionModifier and TypeMethodDescriptionEmbeddedCodeCollection._ifContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._ifContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._ifNotContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._ifNotContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifNotContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifNotContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollection._ifNotEmpty(Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) EmbeddedCodeCollectionImpl._ifNotEmpty(Consumer<EmbeddedCodeCollection<M, T, R>> doWhat)