Navigation Menu

Skip to content

Releases: wkgcass/Style

Style 2.0.1 Release

15 Dec 02:21
Compare
Choose a tag to compare

maven support

<dependency>
    <groupId>net.cassite</groupId>
    <artifactId>style</artifactId>
    <version>2.0.1</version>
</dependency>

Style 1.1.3 release

05 Oct 09:09
Compare
Choose a tag to compare

#Update
1.1.2 --> 1.1.3

  • Tuple
    provides a scala-style tuple ranging 1 element to 7 elements
  • pointer
    Now, the ptr generates a proxy object if the given object has interface(s)

Style 1.1.1 release

30 Aug 16:54
Compare
Choose a tag to compare

#Update
1.0.2 --> 1.1.1

  • detailed function classify. Now you can use Core/Aggregation/Utils/Reflect to access different functions in different modules. Still Style and var contain all functions provided in Style functional programming toolbox.

  • a new method for class def. Now you can invoke

    def.applyCheckPrimitive(Class<?> primitive, Object... args)
    

    to automatically turn null values into primitive initial values.
    e.g. boolean-->false, int-->0, long-->0L, ...

  • Aggregation supports a new method. Now you can join multiple lists into one.

  • ClassSup adds a new method. Now you can retrieve setters in the form of MethodSupport.

  • More methods are now provided in Reflection module.

Style 1.0.2 release

26 Aug 18:01
Compare
Choose a tag to compare

The first release edition of Style functional programming toolbox.
Full docs and sources are free to download.
Detailed tutorial can be found in readme.md.