Package com.dslplatform.json.runtime
Interface Settings.Function<TIn,TOut>
-
- All Known Implementing Classes:
Reflection.ReadField,Reflection.ReadMethod
- Enclosing class:
- Settings
public static interface Settings.Function<TIn,TOut>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TOutapply(TIn arguments)
-