Interface CharObjectPredicate<VType>


@Generated(date="2023-10-26T04:33:09+0000", value="KTypeVTypePredicate.java") public interface CharObjectPredicate<VType>
A predicate that applies to char, Object pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(char key, VType value)
     
  • Method Details

    • apply

      boolean apply(char key, VType value)