E - the type of the input to the operationpublic interface SortableProcedure<E> extends Sortable<E>, Consumer<E>
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
sortIfApplicable(Consumer<E> procedure,
Comparator<? super E> comparator) |
static <E> void sortIfApplicable(Consumer<E> procedure, Comparator<? super E> comparator)
Copyright © 2022 MicroStream Software. All rights reserved.