Module com.speedment.runtime.bulk
Package com.speedment.runtime.bulk.trait
Interface HasConsumers<ENTITY>
-
- Type Parameters:
ENTITY- type
- All Known Subinterfaces:
UpdateOperation<ENTITY>
public interface HasConsumers<ENTITY>- Author:
- Per Minborg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Consumer<? super ENTITY>>consumers()
-