public final class StepResult<U> extends Object
Modifier and Type | Field and Description |
---|---|
static StepResult<String> |
NO_RESULT |
Constructor and Description |
---|
StepResult(StepIOKeys key,
U value) |
public static final StepResult<String> NO_RESULT
public StepResult(StepIOKeys key, U value)
public StepIOKeys getKey()
public U getValue()
Copyright © 2006–2015. All rights reserved.