java.lang.Object
io.nosqlbench.virtdata.userlibs.apps.docsapp.fdocs.FDocFuncs
All Implemented Interfaces:
java.lang.Iterable<FDocFunc>

public class FDocFuncs
extends java.lang.Object
implements java.lang.Iterable<FDocFunc>
holds all FunctionDoc instances for the same basic function name
  • Constructor Summary

    Constructors 
    Constructor Description
    FDocFuncs​(java.lang.String functionName)  
  • Method Summary

    Modifier and Type Method Description
    void addFunctionDoc​(FDocFunc FDocFunc)  
    java.lang.String asMarkdown()  
    java.lang.String getCombinedClassDocs()  
    java.lang.String getFunctionName()  
    java.util.Iterator<FDocFunc> iterator()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator