Interface | Description |
---|---|
FV |
Designates an evaluated frege value.
|
Lazy<V> |
Lazy<V> designates a possibly lazy value that can be evaluated
to give a proper value of type V.
|
Value |
Designates an evaluated frege value.
|
Class | Description |
---|---|
Array<T extends Lazy<T>> |
Mutable array of frege values.
|
Box<T> |
Container for arbitrary java reference values.
|
Box.Bool |
Box primitive boolean
|
Box.Byte |
Box primitive byte
|
Box.Char |
Box primitive char
|
Box.Double |
Box primitive double
|
Box.Float |
Box primitive float
|
Box.Int |
Box primitive int
|
Box.Long |
Box primitive long
|
Box.Short |
Box primitive short
|
FregeCompiler |
Interface to compiler from Java.
|
Lam1 |
Frege lambdas with arity 1.
|
Lam10 |
Frege lambdas with arity 10.
|
Lam11 |
Frege lambdas with arity 11.
|
Lam12 |
Frege lambdas with arity 12.
|
Lam13 |
Frege lambdas with arity 13.
|
Lam14 |
Frege lambdas with arity 14.
|
Lam15 |
Frege lambdas with arity 15.
|
Lam16 |
Frege lambdas with arity 16.
|
Lam17 |
Frege lambdas with arity 17.
|
Lam18 |
Frege lambdas with arity 18.
|
Lam19 |
Frege lambdas with arity 19.
|
Lam2 |
Frege lambdas with arity 2.
|
Lam20 |
Frege lambdas with arity 20.
|
Lam21 |
Frege lambdas with arity 21.
|
Lam22 |
Frege lambdas with arity 22.
|
Lam23 |
Frege lambdas with arity 23.
|
Lam24 |
Frege lambdas with arity 24.
|
Lam25 |
Frege lambdas with arity 25.
|
Lam26 |
Frege lambdas with arity 26.
|
Lam3 |
Frege lambdas with arity 3.
|
Lam4 |
Frege lambdas with arity 4.
|
Lam5 |
Frege lambdas with arity 5.
|
Lam6 |
Frege lambdas with arity 6.
|
Lam7 |
Frege lambdas with arity 7.
|
Lam8 |
Frege lambdas with arity 8.
|
Lam9 |
Frege lambdas with arity 9.
|
Lambda |
A thing that can be applied to something.
|
MH |
Wrapper for
MethodHandle and utilities that deal with MethodHandles. |
Prod0 |
Base class for values constructed with 0-ary constructors that are no enumerations, i.e.
|
Prod1 |
Base class for values constructed with 1-ary constructors.
|
Prod10 |
Base class for values constructed with 10-ary constructors.
|
Prod11 |
Base class for values constructed with 11-ary constructors.
|
Prod12 |
Base class for values constructed with 12-ary constructors.
|
Prod13 |
Base class for values constructed with 13-ary constructors.
|
Prod14 |
Base class for values constructed with 14-ary constructors.
|
Prod15 |
Base class for values constructed with 15-ary constructors.
|
Prod16 |
Base class for values constructed with 16-ary constructors.
|
Prod17 |
Base class for values constructed with 17-ary constructors.
|
Prod18 |
Base class for values constructed with 18-ary constructors.
|
Prod19 |
Base class for values constructed with 19-ary constructors.
|
Prod2 |
Base class for values constructed with 2-ary constructors.
|
Prod20 |
Base class for values constructed with 20-ary constructors.
|
Prod21 |
Base class for values constructed with 21-ary constructors.
|
Prod22 |
Base class for values constructed with 22-ary constructors.
|
Prod23 |
Base class for values constructed with 23-ary constructors.
|
Prod24 |
Base class for values constructed with 24-ary constructors.
|
Prod25 |
Base class for values constructed with 25-ary constructors.
|
Prod26 |
Base class for values constructed with 26-ary constructors.
|
Prod3 |
Base class for values constructed with 3-ary constructors.
|
Prod4 |
Base class for values constructed with 4-ary constructors.
|
Prod5 |
Base class for values constructed with 5-ary constructors.
|
Prod6 |
Base class for values constructed with 6-ary constructors.
|
Prod7 |
Base class for values constructed with 7-ary constructors.
|
Prod8 |
Base class for values constructed with 8-ary constructors.
|
Prod9 |
Base class for values constructed with 9-ary constructors.
|
Ref<T extends Lazy<T>> |
Boxed references.
|
SwingSupport | |
Unknown<V> |
Base class for lazy values.
|
Val |
Designates an evaluated frege value or function.
|