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
-
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
-
and
R and()
-