Module com.speedment.runtime.bulk
Package com.speedment.runtime.bulk.trait
Interface HasMappers<ENTITY>
-
- Type Parameters:
ENTITY- types
- All Known Subinterfaces:
UpdateOperation<ENTITY>
public interface HasMappers<ENTITY>- Author:
- Per Minborg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Function<? super ENTITY,? extends ENTITY>>mappers()
-