| Class and Description |
|---|
| Box
Box an object just like the java.util.Optional
|
| DevLogger
DevLogger is a temporary simplest logger to be used during early stage of development.
|
| FnR
Lambda function that returns type R.
|
| FnT
Lambda function that takes a param T.
|
| FnTR
Lambda function that takes a param T, and returns a param R.
|
| FnTT
Lambda function that takes param T1 and T2, and returns nothing.
|
| FnTTR
Lambda function that takes param T1 and T2, and returns R.
|
| Loggable
Minimal Logger Interface
|
| Storable
Minimal Database Interface for CRUD operation
A user can use key for Bucket/Database as well.
|
Copyright © 2023. All rights reserved.