DocFinder

overflowdb.traversal.help.DocFinder$
object DocFinder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class StepDoc(traversalClassName: String, methodName: String, doc: StrippedDoc)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class StrippedDoc(info: String, longInfo: String, example: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def findDocumentedMethodsOf(clazz: Class[_]): Iterable[StepDoc]