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(LambdaDump methodDef)ResultConsumer<Compile,CompileResult>TcpProtocol. compile(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)ResultConsumer<Execute,ExecuteResult>TcpProtocol. execute(CompileResult cres)
-