Interface CharPredicate


@Generated(date="2023-10-26T04:33:09+0000", value="KTypePredicate.java") public interface CharPredicate
A predicate that applies to char objects.
  • Method Summary

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

    • apply

      boolean apply(char value)