public static interface ExecutableExistsByIdOperation.TerminatingExistsById extends OneAndAllExists
| Modifier and Type | Method and Description |
|---|---|
Map<String,Boolean> |
all(Collection<String> ids)
Performs the operation on the collection of ids.
|
boolean |
one(String id)
Performs the operation on the ID given.
|
boolean one(String id)
one in interface OneAndAllExistsid - the ID to perform the operation on.Map<String,Boolean> all(Collection<String> ids)
all in interface OneAndAllExistsids - the ids to check.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.