Uses of Class
it.tidalwave.role.ui.spi.PresentationModelCollectors
-
Packages that use PresentationModelCollectors Package Description it.tidalwave.role.ui.spi -
-
Uses of PresentationModelCollectors in it.tidalwave.role.ui.spi
Methods in it.tidalwave.role.ui.spi that return PresentationModelCollectors Modifier and Type Method Description static PresentationModelCollectors
PresentationModelCollectors. toCompositePresentationModel()
static PresentationModelCollectors
PresentationModelCollectors. toCompositePresentationModel(java.util.Collection<java.lang.Object> roles)
ACollector
which collects aStream
ofPresentationModel
s into a singlePresentationModel
with aComposite
role containing them.
-