Uses of Class
xyz.cofe.trambda.tcp.Compile
-
-
Uses of Compile in xyz.cofe.trambda.tcp
Methods in xyz.cofe.trambda.tcp that return types with arguments of type Compile 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 Compile Modifier and Type Method Description protected voidTcpSession. process(Compile compile, TcpHeader header)Method parameters in xyz.cofe.trambda.tcp with type arguments of type Compile Modifier and Type Method Description static AutoCloseableCompile. listen(TrEventPublisher evPublisher, Consumer<Compile> listener)Подписка на события Compile
-