Package fj
Class Unit
- java.lang.Object
-
- fj.Unit
-
public final class Unit extends java.lang.Object
The unit type which has only one value.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Unit()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
static Unit
unit()
The only value of the unit type.
-