| Package | Description |
|---|---|
| ar.com.kfgodel.nary.api | |
| ar.com.kfgodel.nary.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Nary<T>
This type represents an uncertain amount of elements.
|
interface |
Unary<T>
This type represents an unknown amount of elements but with the certainty that is either 0 or 1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyNary
This type represents the empty nary
Created by kfgodel on 07/03/16. |
class |
NarySupport<T>
This type defines basic behavior for narys to be implemented
|
class |
OneElementNary<T>
This type represents a nary
Created by kfgodel on 07/03/16.
|
class |
StreamBasedNary<T>
This type represents a Nary with a stream as a source of elements.
This implies the greatest level of uncertainty as we don't know if the stream is empty, contains one, or more than one elements until it's consumed. |
Copyright © 2020. All rights reserved.