i was so disappointed when I realised they were emulating a USB keyboard to enter the PINs. That first picture made me think they had a actual robot finger for a moment ...
result = Optional.ofNullable(nullableVariable)
.map(NullableType::someMethodCall)
.orElseGet(this::fallbackIfNullMethodCall);