InspectorNotificationMutableBuilder

@inline final class InspectorNotificationMutableBuilder[Self <: InspectorNotification[_], T](val x: Self & InspectorNotification[T]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setMethod(value: String): Self
@inline
def setParams(value: T): Self

Concrete fields

val x: Self & InspectorNotification[T]