Interface DeepRemovePredicate

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DeepRemovePredicate
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final DeepRemovePredicate
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    remove(String key, int index, @Nullable Object value)
     
  • Field Details

  • Method Details

    • remove

      boolean remove(String key, int index, @Nullable @Nullable Object value)