NoOpBarrierStep
.@Deprecated public static enum LambdaCollectingBarrierStep.Consumers extends Enum<LambdaCollectingBarrierStep.Consumers> implements Consumer<TraverserSet<Object>>
Enum Constant and Description |
---|
noOp
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LambdaCollectingBarrierStep.Consumers |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LambdaCollectingBarrierStep.Consumers[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaCollectingBarrierStep.Consumers noOp
public static LambdaCollectingBarrierStep.Consumers[] values()
for (LambdaCollectingBarrierStep.Consumers c : LambdaCollectingBarrierStep.Consumers.values()) System.out.println(c);
public static LambdaCollectingBarrierStep.Consumers valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2013–2019 Apache Software Foundation. All rights reserved.