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
-
Method Details
-
_add
-
_add
-
_remove
-
_remove
-
_clear
EmbeddedCodeCollection<M,T,R> _clear() -
_each
-
_ifEmpty
-
_ifNotEmpty
-
_ifContains
EmbeddedCodeCollection<M,T,R> _ifContains(T value, Consumer<EmbeddedCodeCollection<M,T,R>> doWhat) -
_ifContains
-
_ifNotContains
EmbeddedCodeCollection<M,T,R> _ifNotContains(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()
-