Warning: session_start(): open(/var/lib/php/sessions/sess_6514fodmmllurr3uavuj5a22g3, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static B lastValue(NavigableMap map) {
if (map == null) null;
Map.Entry entry = map.lastEntry();
ret entry?.getValue();
}
ifclass MultiSetMap
static B lastValue(MultiSetMap map) {
ret map == null ? : last(lastValue(map.data));
}
endif
ifclass MultiMap
static B lastValue(MultiMap map) {
ret map == null ?: last(lastValue(map.data));
}
endif