public interface IInterruptIndicator
Modifier and Type | Method and Description |
---|---|
default EInterrupt |
and(IInterruptIndicator aInterrupt) |
boolean |
isInterrupted() |
default boolean |
isNotInterrupted() |
default EInterrupt |
or(IInterruptIndicator aInterrupt) |
boolean isInterrupted()
true
if interrupted and false
if not.default boolean isNotInterrupted()
true
if not interrupted and false
if so.@Nonnull default EInterrupt or(@Nonnull IInterruptIndicator aInterrupt)
@Nonnull default EInterrupt and(@Nonnull IInterruptIndicator aInterrupt)
Copyright © 2014–2019 Philip Helger. All rights reserved.