You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Cactoos

From EverybodyWiki Bios & Wiki



Cactoos
Developer(s)Yegor Bugayenko
Stable release
0.29 / January 30, 2018 (2018-01-30)
Written inJava
Engine
    Operating systemCross-platform
    PlatformJava Virtual Machine
    TypeOOP library
    LicenseMIT
    Website{{URL|example.com|optional display text}}

    Search Cactoos on Amazon.

    Cactoos is an open source Java library of object-oriented primitives.

    Its key benefits, comparing to all others:

    1. No NULL references
    2. No static methods
    3. No mutable classes
    4. No type casting or instanceof keywords

    Example[edit]

    For example, to save a text content to a file:

    new LengthOf(
      new TeeInput(
        "Hello, world!",
        new File("/code/a.txt")
      )
    ).intValue();
    

    References[edit]


    This article "Cactoos" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Cactoos. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.