Ask

mill.rpc.MillRpcClientToServer.Ask
final case class Ask[+Data](id: MillRpcRequestId, data: Data)

Client is asking the server to do something.

Attributes

Source
MillRpcClientToServer.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product