Skip navigation links

Java Scala Utils 1.5 API

Introducing some of the core concepts of Scala into Java

See: Description

Packages 
Package Description
javascalautils
Contains various utility classes translated from the Scala language.
javascalautils.concurrent
Contains utilities for concurrent/asynchronous programming.

Introducing some of the core concepts of Scala into Java

One might ask the question why bother to map some of the features in Scala to Java.

Why not use Scala? If you like many others walk between the Java/Scala you'll miss some of Scala's features when programming in pure Java. It's for these situations this project has been created. To allow plain Java users use some of goodies in Scala but without actually using Scala.

Containers

The javascalautils package contains utilities for writing concise concurrent programming constructs.
The package contains various utility classes translated from the Scala language, such as:

Concurrent/Asynchronous Computations

The concurrent package contains utilities for writing concise concurrent computations utilizing the Future/Promise pattern.

Full Documentation

LICENSE

Copyright 2015 Peter Nerg.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Skip navigation links

Copyright © 2015, Peter Nerg Apache License v2.0