public interface Strategy extends Monoidal
Modifier and Type | Method and Description |
---|---|
default Meta |
getMetadata()
Get the
Meta so far. |
default boolean |
isClosed()
Returns false if more data should not be consumed or combined.
|
default boolean isClosed()
default Meta getMetadata()
Meta
so far. By default, returns an empty one.getMetadata
in interface Monoidal
Copyright © 2021. All rights reserved.