| Interface | Description |
|---|---|
| FnR<R> |
Lambda function that returns type R.
|
| FnT<T> |
Lambda function that takes a param T.
|
| FnTR<T,R> |
Lambda function that takes a param T, and returns a param R.
|
| FnTT<T1,T2> |
Lambda function that takes param T1 and T2, and returns nothing.
|
| FnTTR<T1,T2,R> |
Lambda function that takes param T1 and T2, and returns R.
|
| Loggable<T> |
Minimal Logger Interface
|
| Storable<T,U> |
Minimal Database Interface for CRUD operation
A user can use key for Bucket/Database as well.
|
| Class | Description |
|---|---|
| Box<T> |
Box an object just like the java.util.Optional
|
| Common |
A collection of static methods that are very frequently used.
|
| Config |
Storing Configuration Property File
|
| DevLogger |
DevLogger is a temporary simplest logger to be used during early stage of development.
|
https://gonn.org [++]
Copyright (c) 2023 Gon Yi. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
A collection of simple but frequently used code for Java 8. Note that while the version is `0.0.x`, there can be change(s) which may break backward compatibility. Also, the JavaDoc can be incomplete.
Copyright © 2023. All rights reserved.