public interface Generating<S,E>
Generating step is one that has a side-effect that needs post-processing prior to being returned.| Modifier and Type | Method and Description | 
|---|---|
| default E | generateFinalResult(S preCap)Post-process the side-effect and return the post-processed side-effect. | 
default E generateFinalResult(S preCap)
preCap - the pre-processed side-effect.Copyright © 2013–2019 Apache Software Foundation. All rights reserved.