| Interface | Description |
|---|---|
| Fx01<R> |
Lambda function that returns type R.
|
| Fx10<T> |
Lambda function that takes a param T.
|
| Fx11<T,R> |
Lambda function that takes a param T, and returns a param R.
|
| Fx11b<T> |
Lambda function that returns (primitive) boolean.
|
| Fx20<T1,T2> |
Lambda function that takes param T1 and T2, and returns nothing.
|
| Fx21<T1,T2,R> |
Lambda function that takes param T1 and T2, and returns R.
|
| Loggable<T> |
Minimal Logger Interface
|
| Storable<T,R> |
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
|
| TempLogger |
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.