| Package | Description |
|---|---|
| org.organicdesign.fp.collections |
Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and
immutable collection interfaces that fit these collections into the java.util interfaces.
|
| org.organicdesign.fp.oneOf |
This package contains Option which has Some() and None() which is useful for indicating "Not-Found"
or "End-of-stream/file".
|
| org.organicdesign.fp.xform |
Immutable descriptions of data transformations (Transformable), and a highly efficient
single-pass, short-circuiting implementation that carries out those transforms in a single pass
(Xform).
|
| Class and Description |
|---|
| Option
Indicates presence or absence of a value (null is a valid, present value).
|
| Or
`Or` represents the presence of a successful outcome, or an error.
|
| Class and Description |
|---|
| None
Represents the absence of a value
|
| Option
Indicates presence or absence of a value (null is a valid, present value).
|
| Or
`Or` represents the presence of a successful outcome, or an error.
|
| Class and Description |
|---|
| Option
Indicates presence or absence of a value (null is a valid, present value).
|
| Or
`Or` represents the presence of a successful outcome, or an error.
|
Copyright © 2019. All rights reserved.