public interface ValueMapper
| Modifier and Type | Method and Description |
|---|---|
static ValueMapper |
block(Function<Block<?>,Object> mapper) |
default Object |
map(Block<?> block) |
default Object |
map(Object value) |
default Object |
map(Section section,
Route key) |
static ValueMapper |
section(BiFunction<Section,Route,Object> mapper) |
static ValueMapper |
value(Function<Object,Object> mapper) |
static ValueMapper section(BiFunction<Section,Route,Object> mapper)
static ValueMapper block(Function<Block<?>,Object> mapper)
static ValueMapper value(Function<Object,Object> mapper)
Copyright © 2024. All rights reserved.