public class FunctionTest extends Object
| 构造器和说明 |
|---|
FunctionTest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAdd(Long x,
Long y,
Long z,
ParallerEcho<Long,Long,Long> myFunction)
Gets add.
|
String |
getIntToString(int x,
int y,
ParallerEcho<Integer,String,String> myFunction)
Gets int to string.
|
List<Person> |
getPersonsByNameAndAge(String x,
String y,
ParallerEcho<String,List<Person>,String> myFunction)
Gets persons by name and age.
|
void |
testGetAdd()
Test get add.
|
void |
testGetIntToString()
Test get int to string.
|
void |
testGetPersonsByNameAndAge()
Test get persons by name and age.
|
public Long getAdd(Long x, Long y, Long z, ParallerEcho<Long,Long,Long> myFunction)
x - the xy - the yz - the zmyFunction - the my functionpublic void testGetAdd()
public String getIntToString(int x, int y, ParallerEcho<Integer,String,String> myFunction)
x - the xy - the ymyFunction - the my functionpublic void testGetIntToString()
public List<Person> getPersonsByNameAndAge(String x, String y, ParallerEcho<String,List<Person>,String> myFunction)
x - the xy - the ymyFunction - the my functionpublic void testGetPersonsByNameAndAge()
Copyright © 2019. All rights reserved.