O
- the type of output objectpublic interface Output<O> extends Operation
Output
operations are Gaffer operations which yield an output.Modifier and Type | Interface and Description |
---|---|
static interface |
Output.Builder<OP extends Output<O>,O,B extends Output.Builder<OP,O,?>> |
Operation.BaseBuilder<OP extends Operation,B extends Operation.BaseBuilder<OP,?>>
Modifier and Type | Method and Description |
---|---|
default O |
castToOutputType(Object result) |
default Class<?> |
getOutputClass() |
com.fasterxml.jackson.core.type.TypeReference<O> |
getOutputTypeReference() |
_getNullOrOptions, addOption, asOperationChain, close, getOption, getOption, getOptions, setOptions, shallowClone, validate, validateRequiredFieldPresent
Copyright © 2022. All rights reserved.