Group: Herd
Sort by:Popular

1. 📁Herd Type5 usages

herd.type(1)

Herd Type

2. 📁Herd Gecon4 usages

herd.gecon(3)

Herd Gecon
Herd Calcx
Herd Depin
Herd JSONFeed
Herd Schedule
Various utility classes and methods for Ceylon. These are intended to all be written in native Ceylon, with no dependency on JDK-specific modules.
Last Release on Feb 13, 2021

8.UUID

herd » uuid

An implementation of Universal Unique Identifier (UUID). See [http://tools.ietf.org/html/rfc4122](http://tools.ietf.org/html/rfc4122) The current implementation supports only a JVM backend due to dependencies upon ...
Last Release on Feb 13, 2021
## asyncTest is an extension to SDK `ceylon.test` module with following capabilities: * testing asynchronous multithread code * executing tests concurrently or sequentially * value- and type- parameterized testing * organizing complex test ...
Last Release on Feb 13, 2021
Calango : A Strongly Typed Text Based Template Engine For Ceylon.
Last Release on Feb 13, 2021

11.Chain

herd » chain

Module for defining and approach por chaining callables. As per proposed in <a href='https://github.com/ceylon/ceylon/issues/6615'> here</a>, fishead operator (`|>`) is pretty useful for expressing a list of operations that follow the chain ...
Last Release on Feb 13, 2021
This module provides ways to execute conncurrent operations easily without meddling with the `Thread` class and `Runnable` interface from Java. # Executing concurrent code via `Dispatch`: ```ceylon Dispatch.run(() => print("Hello world!")); ``` # ...
Last Release on Feb 13, 2021
A simple converter from Javadoc to Ceylon doc. Usage ===== ceylon run herd.javadoc2ceylondoc inputFile outputFile Example ======= Let’s say you’re porting a library from Java to Ceylon.
Last Release on Feb 13, 2021

14.PrefixMap

herd » prefixmap

Provides general-purpose maps with support to prefix queries. This module defines the following interfaces: - [[PrefixMap]], an immutable ...
Last Release on Feb 13, 2021

15.Validx

herd » validx

Simple validation framework using function references to execute validation process. Executed using [[validate]] function which throws a [[ValidationError]] or passing with no result.
Last Release on Feb 13, 2021