Uses of Class
xyz.cofe.trambda.tcp.ExecuteResult
-
-
Uses of ExecuteResult in xyz.cofe.trambda.tcp
Methods in xyz.cofe.trambda.tcp that return types with arguments of type ExecuteResult Modifier and Type Method Description ResultConsumer<Execute,ExecuteResult>TcpClient. execute(CompileResult cres)Выполнение ранее скомпилированной лямбды (TcpClient.compile(LambdaDump))ResultConsumer<Execute,ExecuteResult>TcpProtocol. execute(CompileResult cres)Выполнение ранее скомпилированной лямбдыMethod parameters in xyz.cofe.trambda.tcp with type arguments of type ExecuteResult Modifier and Type Method Description static AutoCloseableExecuteResult. listen(TrEventPublisher evPublisher, Consumer<ExecuteResult> listener)Подписка на события Compile
-