The basic generic functional interface ________ in package java.util.function contains method test that takes a T argument and returns a boolean. Tests whether the T argument satisfies a condition.
a. Consumer
b. Function
c. Supplier
d. Predicate
d. Predicate
Computer Science & Information Technology
You might also like to view...
A want to quickly share pictures between mobile devices. The devices will be in close proximity so each other so networking devices are not needed. What is the best choice?
A. NFC B. USB C. IR D. WiFi
Computer Science & Information Technology
Given the following enumerated data type definition, what is the value of SAT? enum myType{SUN=3,MON=1,TUE=3,WED,THUR,FRI,SAT,NumDays};
a. 7 b. 6 c. 8 d. 5 e. unknown
Computer Science & Information Technology