Package net.binis.codegen.collection
Interface EmbeddedCodeCollection<M,T,R>
- All Known Implementing Classes:
EmbeddedCodeCollectionImpl,EmbeddedCodeListImpl,EmbeddedCodeSetImpl
public interface EmbeddedCodeCollection<M,T,R>
-
Method Summary
Modifier and TypeMethodDescription_add()_add$(UnaryOperator<M> initializer) _clear()_first()_get(int index) _ifContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) _ifContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) _ifNotContains(Predicate<T> predicate, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) _ifNotContains(T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) _ifNotEmpty(Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) _insert(int index) _last()_remove(int index) _sort(Comparator<? super T> comparator) _stream()done()
-
Method Details
-
_add
-
_add$
-
_remove
-
_remove
-
_clear
EmbeddedCodeCollection<M,T, _clear()R> -
_each
-
_ifEmpty
-
_ifNotEmpty
-
_ifContains
-
_ifContains
-
_ifNotContains
EmbeddedCodeCollection<M,T, _ifNotContainsR> (T value, Consumer<EmbeddedCodeCollection<M, T, R>> doWhat) -
_ifNotContains
-
_sort
-
_stream
-
_add
M _add() -
_get
-
_insert
-
_first
M _first() -
_last
M _last() -
_find
-
_findAll
-
done
R done()
-