| Package | Description |
|---|---|
| com.io7m.jfunctional |
Core functions and types.
|
| Class and Description |
|---|
| Failure
A computation that has failed.
|
| FunctionType
Non-dependent unary function type.
|
| None
No value.
|
| OptionPartialVisitorType
The type of partial
OptionType visitors. |
| OptionType
The type of optional values.
|
| OptionVisitorType
The type of
OptionType visitors. |
| Pair
Immutable generic pair type.
|
| PartialFunctionType
Non-dependent unary partial function type.
|
| PartialProcedureType
Non-dependent unary function type, equivalent to
PartialFunction<A, Unit, E> but substituting
void for Unit to avoid allocating useless objects. |
| ProcedureType
Non-dependent unary function type, equivalent to
Function<A, Unit> but substituting void for
Unit to avoid allocating useless objects. |
| Some
A value.
|
| Success
A computation that has succeeded.
|
| TryPartialVisitorType
The type of
TryType visitors. |
| TryType
The type of computations that can succeed and yield
S, or fail
and yield F. |
| TryVisitorType
The type of
TryType visitors. |
| Unit
The single-valued unit type.
|
Copyright © 2017 <code@io7m.com> http://io7m.com