Package | Description |
---|---|
org.clafer.collection |
This package provides various data structures common throughout the project.
|
Modifier and Type | Class and Description |
---|---|
class |
Just<T> |
class |
Nothing<T> |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
Maybe.filterJust(Maybe<? extends T>[] maybes,
T... array) |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
Maybe.filterJust(List<Maybe<? extends T>> maybes) |
Copyright © 2013. All Rights Reserved.