| 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.
|
| 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.
|
| FxBool<T> |
Lambda function that returns (primitive) boolean.
|
| FxInt<T> |
Lambda function that returns (primitive) integer.
|
| FxThrow<T,R> |
Fx11-type functional interface that can throw an exception
|
| FxUnary<T> |
A lambda function that returns the data with same type with input
(e.g.
|
| 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
|
| Config |
Storing Configuration Property File
|
| Stu |
`[St]atic [U]tils` is a collection of static methods that are very frequently used.
|
| 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.