https://gonn.org [++]
Copyright (c) 2023 Gon Yi. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Gava is a collection of simple but frequently used code.
gava.Common
: a collection of frequently used static functionsgava.Box
: a null-safe object wrapper.gava.Loggable
: minimalistic logger interfacegava.Storable
: minimalistic key/value based storage interfacegava.Fn*
: frequently used functional interfaces. (T
represents input,R
represents output)
v0.0.3
: SimplifyStorable
. Deletedclose()
andupdate()
from the interfacev0.0.4
: for cleaning up theBox
v0.0.5
: forBox
, addedvalidate()
method that can throw an exceptionv0.0.7
: Lambda functionsFnAA
changed toFxNN
.