What is the purpose of BooleanSupplier function interface?
(a) represents supplier of Boolean-valued results
(b) returns Boolean-valued result
(c) There is no such function interface
(d) returns null if Boolean is passed as argument
I got this question in an online quiz.
My question comes from Java 8 Features in portion Autoboxing & Miscellaneous of Java