MCPcopy Create free account
hub / github.com/android10/arrow / Optional

Class Optional

src/main/java/com/fernandocejas/arrow/optional/Optional.java:72–231  ·  view source on GitHub ↗

An immutable object that may contain a non-null reference to another object. Each instance of this type either contains a non-null reference, or contains nothing (in which case we say that the reference is "absent"); it is never said to "contain null". A non-null Optional refe

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected