| Modifier and Type | Method and Description |
|---|---|
CELOverlay |
CELOverlayBuilder.build() |
CELOverlay |
CELInterceptorFluent.buildFirstOverlay() |
CELOverlay |
CELInterceptorFluent.buildLastOverlay() |
CELOverlay |
CELInterceptorFluent.buildMatchingOverlay(Predicate<CELOverlayBuilder> predicate) |
CELOverlay |
CELInterceptorFluent.buildOverlay(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<CELOverlay> |
CELInterceptorFluent.buildOverlays() |
List<CELOverlay> |
CELInterceptor.getOverlays() |
| Modifier and Type | Method and Description |
|---|---|
CELInterceptorFluent.OverlaysNested<A> |
CELInterceptorFluent.addNewOverlayLike(CELOverlay item) |
A |
CELInterceptorFluent.addToOverlays(CELOverlay... items) |
A |
CELInterceptorFluent.addToOverlays(int index,
CELOverlay item) |
protected void |
CELOverlayFluent.copyInstance(CELOverlay instance) |
A |
CELInterceptorFluent.removeFromOverlays(CELOverlay... items) |
CELInterceptorFluent.OverlaysNested<A> |
CELInterceptorFluent.setNewOverlayLike(int index,
CELOverlay item) |
A |
CELInterceptorFluent.setToOverlays(int index,
CELOverlay item) |
A |
CELInterceptorFluent.withOverlays(CELOverlay... overlays) |
| Modifier and Type | Method and Description |
|---|---|
A |
CELInterceptorFluent.addAllToOverlays(Collection<CELOverlay> items) |
A |
CELInterceptorFluent.removeAllFromOverlays(Collection<CELOverlay> items) |
void |
CELInterceptor.setOverlays(List<CELOverlay> overlays) |
A |
CELInterceptorFluent.withOverlays(List<CELOverlay> overlays) |
| Constructor and Description |
|---|
CELOverlayBuilder(CELOverlay instance) |
CELOverlayBuilder(CELOverlayFluent<?> fluent,
CELOverlay instance) |
CELOverlayFluent(CELOverlay instance) |
| Constructor and Description |
|---|
CELInterceptor(String filter,
List<CELOverlay> overlays) |
Copyright © 2015–2024 Red Hat. All rights reserved.