Class OnEmpty.ReturnNull

  • Enclosing class:
    OnEmpty

    public static class OnEmpty.ReturnNull
    extends OnEmpty
    The ReturnNull subclass indicates that when an expression evaluates to the empty sequence, the value should be returned as a Java null. This works only for types represented as Java objects, that is, String and CharSequence.
    • Constructor Detail

      • ReturnNull

        public ReturnNull()