Interface | Description |
---|---|
BiFunc<X,Y,Z> |
Function that accepts two arguments.
|
Bytes |
Bytes.
|
Func<X,Y> |
Function.
|
Input |
Input.
|
Output |
Output.
|
Proc<X> |
Procedure.
|
Scalar<T> |
Scalar.
|
Text |
Text.
|
Class | Description |
---|---|
BiFunc.NoNulls<X,Y,Z> |
BiFunc check for no nulls.
|
Bytes.NoNulls |
Bytes check for no nulls.
|
Func.NoNulls<X,Y> |
Func check for no nulls.
|
FuncApplies<X,Y> |
Matcher for the value.
|
Input.NoNulls |
Input check for no nulls.
|
InputHasContent |
Matcher for the input.
|
Output.NoNulls |
Output check for no nulls.
|
Proc.NoNulls<X> |
Proc check for no nulls.
|
Scalar.NoNulls<T> |
Scalar check for no nulls.
|
ScalarHasValue<T> |
Matcher for the value.
|
Text.NoNulls |
Text check for no nulls.
|
TextHasString |
Matcher for the content.
|
This is a collection of Java primitives designed in a rather extreme object-objected manner. More details about our design decisions you can find in this README. Feel free to contribute, if you find issues or have a need for some other primitives.
Copyright © 2017 Cactoos. All rights reserved.