Uses of Interface
no.digipost.concurrent.TargetState
-
Packages that use TargetState Package Description no.digipost.concurrent -
-
Uses of TargetState in no.digipost.concurrent
Classes in no.digipost.concurrent that implement TargetState Modifier and Type Class Description classOneTimeToggleA kind of specialized variant ofAtomicBooleanwhich can only be toggled once.Fields in no.digipost.concurrent declared as TargetState Modifier and Type Field Description static TargetStateTargetState. IMMEDIATELYA target state which is already reached.static TargetStateTargetState. NEVERA target state which will never be reached.Methods in no.digipost.concurrent that return TargetState Modifier and Type Method Description static 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 TargetState Modifier and Type Method Description static TargetStateTargetState. all(TargetState... states)default TargetStateTargetState. or(TargetState that)Method parameters in no.digipost.concurrent with type arguments of type TargetState Modifier and Type Method Description static TargetStateTargetState. all(Iterable<? extends TargetState> states)
-