Interface ReactiveExistsByIdOperation.ExistsByIdInCollection
- All Superinterfaces:
InCollection, OneAndAllExistsReactive, ReactiveExistsByIdOperation.ExistsByIdWithOptions, ReactiveExistsByIdOperation.TerminatingExistsById, WithExistsOptions
- All Known Subinterfaces:
ReactiveExistsByIdOperation.ExistsByIdInScope, ReactiveExistsByIdOperation.ReactiveExistsById
- Enclosing interface:
ReactiveExistsByIdOperation
public static interface ReactiveExistsByIdOperation.ExistsByIdInCollection
extends ReactiveExistsByIdOperation.ExistsByIdWithOptions, InCollection
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ReactiveExistsByIdOperation.ExistsByIdWithOptions
withOptionsMethods inherited from interface ReactiveExistsByIdOperation.TerminatingExistsById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection- Parameters:
collection- the collection to use.
-