E
- the type of elements in the collectionP
- the parent to returnpublic interface NestedCollection<E,P> extends CollectionMutator<E,NestedCollection<E,P>>, Conjunctor<P>
CollectionMutator
that can return access to its parent via the and()
method for
continued configuration. For example:
builder .aNestedCollection()// etc... .and() // return parent // resume parent configuration...
add, add, clear, remove
and
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.