DOC

ru.primetalk : synapse-slick-lifted_2.10

Maven & Gradle

Apr 01, 2015
124 stars

SynapseGrid is a framework for constructing reactive real-time immutable data flow systems. -core contains everything to run a single-threaded system, -akka contains everything to run systems over Akka actors, -slf4j - enables logging, -concurrent - running systems directly over ExecutorContext without the need for Akka, -examples - a few test systems. Also there are -frames - a framework for type construction with meta information (see relations.scala). -typed-expressions - a framework for defining parsers and generators for natural language. The current version is 1.4.0

Table Of Contents

Latest Version

Download ru.primetalk : synapse-slick-lifted_2.10 Javadoc & API Documentation - Latest Versions:

All Versions

Download ru.primetalk : synapse-slick-lifted_2.10 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.4.x

How to open Javadoc JAR file in web browser

  1. Rename the file synapse-slick-lifted_2.10-1.4.0-javadoc.jar to synapse-slick-lifted_2.10-1.4.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder synapse-slick-lifted_2.10-1.4.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "synapse-slick-lifted_2.10-1.4.0-sources.jar" -d "synapse-slick-lifted_2.10-1.4.0-javadoc" -subpackages 

Advertisement