Class Hierarchy
- java.lang.Object
- gw.lang.function.AbstractBlock (implements gw.lang.function.IBlock)
- gw.lang.function.Function0 (implements gw.lang.function.IFunction0<R>)
- gw.lang.function.Function1 (implements gw.lang.function.IFunction1<R,P0>)
- gw.lang.function.Function10 (implements gw.lang.function.IFunction10<R,P0,P1,P2,P3,P4,P5,P6,P7,P8,P9>)
- gw.lang.function.Function11 (implements gw.lang.function.IFunction11<R,P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10>)
- gw.lang.function.Function12 (implements gw.lang.function.IFunction12<R,P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11>)
- gw.lang.function.Function13 (implements gw.lang.function.IFunction13<R,P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12>)
- gw.lang.function.Function14 (implements gw.lang.function.IFunction14<R,P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13>)
- gw.lang.function.Function15 (implements gw.lang.function.IFunction15<R,P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14>)
- gw.lang.function.Function16 (implements gw.lang.function.IFunction16<R,P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15>)
- gw.lang.function.Function2 (implements gw.lang.function.IFunction2<R,P0,P1>)
- gw.lang.function.Function3 (implements gw.lang.function.IFunction3<R,P0,P1,P2>)
- gw.lang.function.Function4 (implements gw.lang.function.IFunction4<R,P0,P1,P2,P3>)
- gw.lang.function.Function5 (implements gw.lang.function.IFunction5<R,P0,P1,P2,P3,P4>)
- gw.lang.function.Function6 (implements gw.lang.function.IFunction6<R,P0,P1,P2,P3,P4,P5>)
- gw.lang.function.Function7 (implements gw.lang.function.IFunction7<R,P0,P1,P2,P3,P4,P5,P6>)
- gw.lang.function.Function8 (implements gw.lang.function.IFunction8<R,P0,P1,P2,P3,P4,P5,P6,P7>)
- gw.lang.function.Function9 (implements gw.lang.function.IFunction9<R,P0,P1,P2,P3,P4,P5,P6,P7,P8>)
- gw.lang.function.Procedure0 (implements gw.lang.function.IProcedure0)
- gw.lang.function.Procedure1 (implements gw.lang.function.IProcedure1<P0>)
- gw.lang.function.Procedure10 (implements gw.lang.function.IProcedure10<P0,P1,P2,P3,P4,P5,P6,P7,P8,P9>)
- gw.lang.function.Procedure11 (implements gw.lang.function.IProcedure11<P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10>)
- gw.lang.function.Procedure12 (implements gw.lang.function.IProcedure12<P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11>)
- gw.lang.function.Procedure13 (implements gw.lang.function.IProcedure13<P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12>)
- gw.lang.function.Procedure14 (implements gw.lang.function.IProcedure14<P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13>)
- gw.lang.function.Procedure15 (implements gw.lang.function.IProcedure15<P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14>)
- gw.lang.function.Procedure16 (implements gw.lang.function.IProcedure16<P0,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15>)
- gw.lang.function.Procedure2 (implements gw.lang.function.IProcedure2<P0,P1>)
- gw.lang.function.Procedure3 (implements gw.lang.function.IProcedure3<P0,P1,P2>)
- gw.lang.function.Procedure4 (implements gw.lang.function.IProcedure4<P0,P1,P2,P3>)
- gw.lang.function.Procedure5 (implements gw.lang.function.IProcedure5<P0,P1,P2,P3,P4>)
- gw.lang.function.Procedure6 (implements gw.lang.function.IProcedure6<P0,P1,P2,P3,P4,P5>)
- gw.lang.function.Procedure7 (implements gw.lang.function.IProcedure7<P0,P1,P2,P3,P4,P5,P6>)
- gw.lang.function.Procedure8 (implements gw.lang.function.IProcedure8<P0,P1,P2,P3,P4,P5,P6,P7>)
- gw.lang.function.Procedure9 (implements gw.lang.function.IProcedure9<P0,P1,P2,P3,P4,P5,P6,P7,P8>)
- gw.lang.reflect.features.BlockWrapper
- gw.lang.reflect.features.FeatureReference<R,T> (implements gw.lang.reflect.features.IFeatureReference<R,T>)
- gw.lang.reflect.features.BoundMethodReference<R,T> (implements gw.lang.reflect.features.IMethodReference<R,T>)
- gw.lang.reflect.features.BoundPropertyChainReference<R,T> (implements gw.lang.reflect.features.IFeatureChain, gw.lang.reflect.features.IPropertyReference<R,T>)
- gw.lang.reflect.features.BoundPropertyReference<R,T> (implements gw.lang.reflect.features.IPropertyReference<R,T>)
- gw.lang.reflect.features.ConstructorReference<R,T> (implements gw.lang.reflect.features.IConstructorReference<R,T>)
- gw.lang.reflect.features.MethodReference<R,T> (implements gw.lang.reflect.features.IMethodReference<R,T>)
- gw.lang.reflect.features.PropertyChainReference<R,T> (implements gw.lang.reflect.features.IFeatureChain, gw.lang.reflect.features.IPropertyReference<R,T>)
- gw.lang.reflect.features.PropertyReference<R,T> (implements gw.lang.reflect.features.IPropertyReference<R,T>)