What are the various categories of pre-defined function interfaces?
What are the various categories of pre-defined function interfaces?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
标签: interviewbit, java-8, topic-specific, java
参考答案摘要
Function: To transform arguments in returnable value. Predicate: To perform a test and return a Boolean value. Consumer: Accept arguments but do not return any values. Supplier: Do not accept any argu...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。