# Java8 Double colon operator

## 형태

`Reference::method`

## 설명

* 특정 메소드를 호출하는 람다식을 간략화한 연산자
* 패러미터와 반환 여부, 반환 타입에 따라 `@FunctionalInterface` 중 하나와 대응됨

## 유의점

* 패러미터가 없고, 반환 값이 있을 때 Double colon operator은 `Supplier`, `Callable` 두 가지 모두에 대응됨


---

# 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://docs.ocha.ng/java_ad00_b828_c815_b9ac/double_colon_operator.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.
