Uses of Class
xyz.cofe.trambda.tcp.CompileResult
-
-
Uses of CompileResult in xyz.cofe.trambda.tcp
Fields in xyz.cofe.trambda.tcp with type parameters of type CompileResult Modifier and Type Field Description protected Map<xyz.cofe.fn.Fn1<?,?>,CompileResult>TcpQuery. fnKeysMethods in xyz.cofe.trambda.tcp that return types with arguments of type CompileResult Modifier and Type Method Description ResultConsumer<Compile,CompileResult>TcpClient. compile(xyz.cofe.trambda.LambdaDump methodDef)Компиляция лямбдыResultConsumer<Compile,CompileResult>TcpProtocol. compile(xyz.cofe.trambda.LambdaDump methodDef)Компиляция лямбдыMethods in xyz.cofe.trambda.tcp with parameters of type CompileResult Modifier and Type Method Description protected <RES> RESTcpQuery. call(CompileResult key, SerializedLambda sl)Реализация вызова лямбды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 CompileResult Modifier and Type Method Description static AutoCloseableCompileResult. listen(TrEventPublisher evPublisher, Consumer<CompileResult> listener)Подписка на события Compile
-