
● 도입 - BiConsumer Interface는 BiFunction Interface와 같이 2개의 input parameter를 가진다. [BiConsumer] @FunctionalInterface public interface BiConsumer { void accept(T t, U u); } [Consumer] @FunctionalInterface public interface Consumer { void accept(T t); // Consumer는 받기만 하고 아무것도 return 하지 않는다. } [BiFunction] @FunctionalInterface public interface BiFunction { R apply(T t, U u);// 추상 메소드 } ● 실습 1. package..
Backend/Java8
2022. 9. 20. 00:01
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- jpa
- 자료구조
- MySQL
- Spring Boot
- 코딩테스트
- MongoDB
- 프로그래머스
- 프로세스
- 메모리
- SQL
- 빅데이터 분석기사
- Stream
- 빅데이터
- DART
- API
- git
- SpringBoot
- 코테
- Phaser
- java
- spring
- node.js
- OS
- Phaser3
- 운영체제
- 알고리즘
- Java8
- db
- nosql
- Advanced Stream
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함