Set its return type to String.
设置返回类型为String。
Collection return type is supported.
支持集合返回类型。
Enumeration return type for finders.
finder 的枚举返回类型。
The next option is to change the return type.
下面一个选项是改变返回值类型。
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.
第三个用来确定一个空返回类型。
In other words, the return type of values is Grade .
换句话说,values的返回值是Grade 。
The method return type appears after the argument list.
方法的返回类型在参数列表的最后出现。
Recursive methods also require an explicit return type.
递归方法也需要显式的返回类型。
Set the return type of the operation as Point structure.
将操作的返回类型设置为Point结构。
The annotation specifies the generic return type Class
该标注指定泛型返回类型Class
Whatever happened to the return type of lambda functions?
lambda函数的返回类型怎么处理?
Specify String as the return type for each of the methods.
指定String作为每个方法的返回类型。
Let's remove the: Int return type on the nested fact method.
让我们来删除嵌套的fact方法的:Int返回类型。
Notice that the return type of validate_result is now Boolean.
注意,validate_result的返回类型现在是Boolean。
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。
The return attribute should equate to the return type of the method.
retur n属性应该与方法的返回类型相同。
The return type is inferred, which is a potential problem, as we will see.
返回类型是推断出的,我们会看到,这会是一个潜在的问题所在。
Create a UML class class1 and add an operation op with return type int to it.
创建一个uml类class1,并且向其添加一个操作op,其返回值类型为int。
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。
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操作还设置有返回类型和一个参数。
Notice that on this method, as well as all of the others, you do not need to declare a return type.
注意,在这个方法上,以及任何其他方法上,不需要声明返回类型。
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的习惯是完全错误的。
应用推荐