The calling method needs a return type annotation.
主调用的方法必须有一个返回类型的注解。
A UML operation op with, an int as the return type.
一个UML操作,并且以一个int作为返回值类型。
The third pinpoints methods with a void return type.
第三个用来确定一个空返回类型。
The annotation specifies the generic return type Class
该标注指定泛型返回类型Class
Whatever happened to the return type of lambda functions?
lambda函数的返回类型怎么处理?
Overloaded methods can sometimes require an explicit return type.
重载的方法有时候也需要显式返回类型。
In Listing 17, the return type of the lambda function is a Boolean.
在清单17中,lambda函数的返回类型是Boolean。
Create a UML class class1 and add an operation op with return type int to it.
创建一个uml类class1,并且向其添加一个操作op,其返回值类型为int。
It's also necessary to specify the return type. Here I ask for a node-set back.
还必须指定返回类型。
A template function GetMul with template type arguments and a return type as well.
模板函数GetMul,它使用模板类型的参数,还有返回类型。
Note that you need to cast the return type -- getValue returns an object of type Object.
注意:您需要强制转换返回类型 ―getValue返回一个Object 类型的对象。
Since the second joiner method calls the first, it requires an explicit String return type.
因为第二个jioner方法调用了第一个,它需要一个显示的String返回类型。
The return type of the method is the bean that is registered to Spring application context.
该方法的返回类型是向Spring应用程序上下文注册的bean。
The return type of “Table” should be used if you want to return more than one row or value.
如果要返回多个行或值,则应该使用返回类型“Table”。
Also note how all the calls have been made asynchronous, meaning they have a void return type.
另外还要注意,所有调用实现异步的方式,这说明这些调用拥有void返回类型。
A return type and a single parameter are set for UML operation that represents a unary operator.
表示单目运算符的UML操作还设置有返回类型和一个参数。
The data type for the function return type can be specified directly or using the REFERENCES clause.
函数返回类型的数据类型可以直接指定,或使用references子句指定。
In particular, the common practice of declaring main with a return type of void is simply incorrect.
尤其是,通常以void为返回类型声明main的习惯是完全错误的。
The final scenario can be subtle, when a more general return type is inferred than what you expected.
最后的一种场景的关系可能比较微妙,比你期望的类型更通用的类型可能会被推断返回。
In most cases, the return type of the method can be inferred, so the ':' and return type can be omitted.
在大多数情况下,方法的返回类型可以被推断,所以“:”和返回类型可以被省略。
Since the Scalar return type has been selected, a data type for the returned value will now be required.
由于选择了Scalar返回类型,因此这里要提供返回值的数据类型。
ERANGE — You've called a function, and the return value is too large to be represented by the return type.
ERANGE:您已调用函数,但返回值太大而无法通过返回类型来呈现。
In this case, the return type is seq [String], where seq (" sequence ") is a particular kind of collection.
在这个例子里,返回类型是seq [string],seq (sequence)是一种特殊的集合。
The return type can be any one of the four basic XPath 1.0 data types: boolean, string, node set, and number.
返回类型可以是4 种XPath 1.0基本数据类型之一:boolean、字符串、节点集和数字。
A method descriptor just combines field descriptors to specify the parameter types and return type of a method.
方法描述符结合了字段描述符,以指定方法的参数类型和返回类型。
As for the return type, for some services this might be a simple string — for others it might be an XML document.
至于返回类型,对某些服务来说它可能是一个简单的字符串—对其它服务来说它则可能是一个XML文档。
When one such method calls another, we have to add a return type to the one doing the calling, as in this example.
当一个这样的方法调用另外一个时,我们必须给调用者加上返回类型,如下面的例子。
Add one more operation str_to_authority in this interface with return type as AuthorityID and parameter as String.
在接口中再添加一个操作str_to_authority,将返回值设置为authorityid,参数类型设置为String。
And among others, a StoredProcedureResult return type conveniently encapsulates the results of a stored procedure call.
除了其他格式外,StoredProcedureResult返回类型可以方便地封装存储过程调用的结果。
The following example annotates the return value of a function. This is useful for checking the return type of a function.
如下的示例则注释了某函数的返回值。
应用推荐