(V lower, V upper)
| 305 | R closedOpen(V lower, V upper); |
| 306 | R openClosed(V lower, V upper); |
| 307 | R open(V lower, V upper); |
| 308 | |
| 309 | /** Creates a Consumer that sends output to a given sink. */ |
| 310 | default Consumer<V> andThen(java.util.function.Consumer<R> consumer) { |
no outgoing calls