Uses of Interface
no.digipost.concurrent.TargetState
Packages that use TargetState
-
Uses of TargetState in no.digipost.concurrent
Classes in no.digipost.concurrent that implement TargetStateModifier and TypeClassDescriptionfinal classA count down implementation ofTargetState, which will count the invocations ofCountDown.yet()and returntrueafter a given amount of invocations.final classA kind of specialized variant ofAtomicBooleanwhich can only be toggled once.Fields in no.digipost.concurrent declared as TargetStateModifier and TypeFieldDescriptionstatic final TargetStateTargetState.IMMEDIATELYA target state which is already reached.static final TargetStateTargetState.NEVERA target state which will never be reached.Methods in no.digipost.concurrent that return TargetStateModifier and TypeMethodDescriptionstatic TargetStateTargetState.all(Iterable<? extends TargetState> states) static TargetStateTargetState.all(TargetState... states) default TargetStateTargetState.or(TargetState that) Methods in no.digipost.concurrent with parameters of type TargetStateModifier and TypeMethodDescriptionstatic TargetStateTargetState.all(TargetState... states) default TargetStateTargetState.or(TargetState that) Method parameters in no.digipost.concurrent with type arguments of type TargetStateModifier and TypeMethodDescriptionstatic TargetStateTargetState.all(Iterable<? extends TargetState> states)