org.scaladebugger.api.lowlevel.events.data

results

package results

Visibility
  1. Public
  2. All

Type Members

  1. case class CustomPropertyDataResult(key: AnyRef, value: AnyRef) extends JDIEventDataResult with Product with Serializable

    Represents the result from retrieving a custom property.

    Represents the result from retrieving a custom property.

    key

    The key of the custom property

    value

    The value of the custom property

Ungrouped