Module com.speedment.runtime.bulk
Package com.speedment.runtime.bulk.trait
Interface HasPredicates<ENTITY>
-
- Type Parameters:
ENTITY- types
- All Known Subinterfaces:
RemoveOperation<ENTITY>,UpdateOperation<ENTITY>
public interface HasPredicates<ENTITY>- Author:
- Per Minborg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Predicate<ENTITY>>predicates()
-