Flushable.FlushBuilder<B extends Flushable.FlushBuilder<B>>| Modifier and Type | Method | Description |
|---|---|---|
default B |
withFlush() |
With flush as of
Flushable.flush(). |
default B |
withFlushUnchecked() |
Flushes the component by calling
withFlush() without you to
require catching a OpenException. |
flush, flushUnchecked, isFlushabledefault B withFlush() throws OpenException
Flushable.flush().OpenException - in case flushing failed as of some reason.default B withFlushUnchecked()
withFlush() without you to
require catching a OpenException.OpenException.OpenRuntimeException - encapsulates the cause and is thrown
upon encountering a OpenException exceptionCopyright © 2018. All rights reserved.