T
- The type of the output.public interface MutableOutputInfo<T extends Output<T>> extends OutputInfo<T>
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the OutputInfo, removing all things it's observed.
|
void |
observe(T output)
Records an output value or statistics thereof.
|
copy, generateImmutableOutputInfo, generateMutableOutputInfo, getDomain, getUnknownCount, outputCountsIterable, size, toReadableString
void observe(T output)
output
- The observed output.void clear()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.