# Java 8 Study

> Java8의 맛은?

## Study Guide

* 1주차 : [함수형 인터페이스와 람다](/nelmm/1.md)
* 2주차 : [인터페이스의 변화 / Stream](/nelmm/2-stream.md)
* 3주차 : [Optional / Date / Time](/nelmm/3-optional-date-time.md)
* 4주차 : [CompletableFuture](broken://pages/Yx9i2H2o4vBgAHYDm6e1)
* 5주차 : [ETC & 회고](/nelmm/5-etc.md)
* Reference : [인프런 백기선님 강의](https://www.inflearn.com/course/the-java-java8)

## Study Rule

* 정해진 분량을 각자 공부 / 정리한다.
  * ppt / notion / blog 등 편한 방법으로 정리
* 매주 목요일에 정리한 내용을 공유(발표)한다.
* 매주 문서 담당자는 공유한 내용을 정리하여 GitHub에 올린다.

## 문서 업로드 규칙

* 개인 공부는 주차별 폴더에 자유롭게 정리해서 공유한다.
* 문서 담당자는 주차별 폴더에 README.md에 정리하여 작성한다.

## 주차별 발표 및 문서 정리 담당자

|  week |     발표 순서    | 문서 담당자 |
| :---: | :----------: | :----: |
| `1주차` | 영준 - 의성 - 창섭 |   창섭   |
| `2주차` | 의성 - 창섭 - 영준 |   영준   |
| `3주차` | 창섭 - 영준 - 의성 |   의성   |
| `4주차` | 영준 - 의성 - 창섭 |   창섭   |
| `5주차` | 의성 - 창섭 - 영준 |   영준   |

## Collaborator

| ![](https://avatars.githubusercontent.com/u/42997924?v=4) | ![](https://avatars.githubusercontent.com/u/17822723?v=4) | ![](https://avatars.githubusercontent.com/u/52964858?v=4) |
| :-------------------------------------------------------: | :-------------------------------------------------------: | :-------------------------------------------------------: |
|       영준([@jun108059](https://github.com/jun108059))      |      창섭([@ventulus95](https://github.com/ventulus95))     |      의성([@gowoonsori](https://github.com/gowoonsori))     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nelmm.gitbook.io/nelmm/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
