| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.concurrent | |
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Osgl.Comparator<T>
Adapt JDK Comparator (since 1.2) to Functional programming.
|
static class |
Osgl.F0<R>
Default implementation for
Osgl.Func0. |
static class |
Osgl.F1<P1,R>
Base implementation of
Osgl.Function function. |
static class |
Osgl.F2<P1,P2,R>
Base implementation of
Osgl.Func2 function. |
static class |
Osgl.F3<P1,P2,P3,R>
Base implementation of
Osgl.Func3 function. |
static class |
Osgl.F4<P1,P2,P3,P4,R>
Base implementation of
Osgl.Func4 function. |
static class |
Osgl.F5<P1,P2,P3,P4,P5,R>
Base implementation of
Osgl.Func5 function. |
static class |
Osgl.Factory<T>
The class adapt traditional Factory to Function
|
static class |
Osgl.IndexedVisitor<K,T>
An
IndexedVisitor provide a tool to iterate through a Map or indexed list
by passing the key/index and the value to the function. |
static class |
Osgl.Operator<T> |
static class |
Osgl.Predicate<T>
Predicate is a predefined Function<Boolean, T> typed
function with a set of utilities dealing with boolean operations. |
static class |
Osgl.Processor<T>
Define a processor function which applied to one parameter and return the parameter instance after
processing on the parameter
|
static class |
Osgl.Transformer<FROM,TO>
A Transformer is literally a kind of
Osgl.F1 function |
static class |
Osgl.V1<P1> |
static class |
Osgl.V2<P1,P2> |
static class |
Osgl.V3<P1,P2,P3> |
static class |
Osgl.V4<P1,P2,P3,P4> |
static class |
Osgl.V5<P1,P2,P3,P4,P5> |
static class |
Osgl.Visitor<T>
Define a visitor (known as Consumer in java 8) function which applied to one parameter and without return type
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextLocal.InitialValueProvider<T> |
class |
ContextLocalBase<T> |
class |
JDKThreadLocal<T>
Implement
ContextLocal using
JDK ThreadLocal |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalValueObjectCodec |
class |
BigIntegerValueObjectCodec |
class |
FastJsonObjectCodec |
class |
KeywordValueObjectCodec |
class |
KVCodec |
static class |
N.ByteRangeStep |
static class |
N.IntRangeStep |
static class |
N.LongRangeStep |
static class |
N.RangeStep<T extends Number> |
static class |
N.ShortRangeStep |
class |
SimpleObjectFactory |
class |
SimpleStringValueResolver |
class |
StringValueResolver<T>
A String value resolver resolves a
string value into
a certain type of object instance. |
Copyright © 2017. All Rights Reserved.