Serialized Form
Package info.javelot.functionalj |
Class info.javelot.functionalj.Function1Impl$1 extends Object implements Serializable |
Class info.javelot.functionalj.Function1Impl$2 extends Object implements Serializable |
Class info.javelot.functionalj.Function1Impl$3 extends Object implements Serializable |
Class info.javelot.functionalj.Function1Impl$4 extends Object implements Serializable |
Class info.javelot.functionalj.Function1Impl$5 extends Object implements Serializable |
Class info.javelot.functionalj.Function1Impl$6 extends Object implements Serializable |
Class info.javelot.functionalj.Function1Impl$7 extends Object implements Serializable |
Class info.javelot.functionalj.Function2Impl$1 extends Object implements Serializable |
Class info.javelot.functionalj.Function2Impl$2 extends Object implements Serializable |
Class info.javelot.functionalj.Function2Impl$3 extends Object implements Serializable |
Class info.javelot.functionalj.Function3Impl$1 extends Object implements Serializable |
Class info.javelot.functionalj.Function3Impl$2 extends Object implements Serializable |
Class info.javelot.functionalj.Function3Impl$3 extends Object implements Serializable |
Class info.javelot.functionalj.Function3Impl$4 extends Object implements Serializable |
Class info.javelot.functionalj.Function3Impl$5 extends Object implements Serializable |
Class info.javelot.functionalj.Function4Impl$1 extends Object implements Serializable |
Class info.javelot.functionalj.Function4Impl$2 extends Object implements Serializable |
Class info.javelot.functionalj.Function4Impl$3 extends Object implements Serializable |
Class info.javelot.functionalj.Function4Impl$4 extends Object implements Serializable |
Class info.javelot.functionalj.Function4Impl$5 extends Object implements Serializable |
Class info.javelot.functionalj.Function4Impl$6 extends Object implements Serializable |
Class info.javelot.functionalj.Function4Impl$7 extends Object implements Serializable |
serialVersionUID: -6900318094234974711L
Class info.javelot.functionalj.FunctionNImpl$1 extends Object implements Serializable |
Class info.javelot.functionalj.FunctionNImpl$2 extends Object implements Serializable |
Class info.javelot.functionalj.FunctionNImpl$3 extends Object implements Serializable |
Class info.javelot.functionalj.FunctionNImpl$4 extends Object implements Serializable |
Class info.javelot.functionalj.FunctionNImpl$5 extends Object implements Serializable |
Class info.javelot.functionalj.FunctionNImpl$6 extends Object implements Serializable |
Class info.javelot.functionalj.FunctionNImpl$7 extends Object implements Serializable |
Package info.javelot.functionalj.reflect |
m_parameterClass
Class<T> m_parameterClass
m_value
Object m_value
Package info.javelot.functionalj.tuple |
serialVersionUID: 1322589550168140645L
m_first
Object m_first
m_second
Object m_second
pair
Function2<R,P1,P2> pair
- Function that creates a Pair.
first
Function1<R,P> first
- Function that returns the first element of the tuple.
second
Function1<R,P> second
- Function that returns the second element of the tuple.
Class info.javelot.functionalj.tuple.Pair$1 extends Object implements Serializable |
Class info.javelot.functionalj.tuple.Pair$2 extends Object implements Serializable |
Class info.javelot.functionalj.tuple.Pair$3 extends Object implements Serializable |
serialVersionUID: 7735468543896940875L
m_fourth
Object m_fourth
quadruple
Function4<R,P1,P2,P3,P4> quadruple
- Function that creates a Quadruple.
fourth
Function1<R,P> fourth
- Function that returns the fourth element of the tuple.
Class info.javelot.functionalj.tuple.Quadruple$1 extends Object implements Serializable |
Class info.javelot.functionalj.tuple.Quadruple$2 extends Object implements Serializable |
serialVersionUID: 500131284646802300L
m_third
Object m_third
triple
Function3<R,P1,P2,P3> triple
- Function that creates a Triple.
third
Function1<R,P> third
- Function that returns the third element of the tuple.
Class info.javelot.functionalj.tuple.Triple$1 extends Object implements Serializable |
Class info.javelot.functionalj.tuple.Triple$2 extends Object implements Serializable |