Flushable.FlushBuilder<B extends Flushable.FlushBuilder<B>>| Modifier and Type | Method and 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, flushUncheckeddefault 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.org.refcodes.exception.HiddenException - encapsulates the cause and is thrown upon
encountering a OpenException exceptionCopyright © 2017. All rights reserved.