(
String name, Function<MyObject, MyType> transform)
| 11 | OUT transform(IN input); |
| 12 | |
| 13 | static <MyObject, MyType> SimpleField<MyObject, MyType> field( |
| 14 | String name, Function<MyObject, MyType> transform) { |
| 15 | return new SimpleField<>(name, transform); |
| 16 | } |
no outgoing calls