Interface CharPredicate

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 CharPredicate
Mappings:
Namespace Name
official l
intermediary net/minecraft/class_5462
named net/minecraft/util/function/CharPredicate
  • Method Details

    • test

      boolean test(char c)
      Mappings:
      Namespace Name Mixin selector
      official test Ll;test(C)Z
      intermediary test Lnet/minecraft/class_5462;test(C)Z
      named test Lnet/minecraft/util/function/CharPredicate;test(C)Z
    • and

      default CharPredicate and(CharPredicate predicate)
      Mappings:
      Namespace Name Mixin selector
      official and Ll;and(Ll;)Ll;
      intermediary method_36125 Lnet/minecraft/class_5462;method_36125(Lnet/minecraft/class_5462;)Lnet/minecraft/class_5462;
      named and Lnet/minecraft/util/function/CharPredicate;and(Lnet/minecraft/util/function/CharPredicate;)Lnet/minecraft/util/function/CharPredicate;
    • negate

      default CharPredicate negate()
      Mappings:
      Namespace Name Mixin selector
      official negate Ll;negate()Ll;
      intermediary method_36123 Lnet/minecraft/class_5462;method_36123()Lnet/minecraft/class_5462;
      named negate Lnet/minecraft/util/function/CharPredicate;negate()Lnet/minecraft/util/function/CharPredicate;
    • or

      default CharPredicate or(CharPredicate predicate)
      Mappings:
      Namespace Name Mixin selector
      official or Ll;or(Ll;)Ll;
      intermediary method_36127 Lnet/minecraft/class_5462;method_36127(Lnet/minecraft/class_5462;)Lnet/minecraft/class_5462;
      named or Lnet/minecraft/util/function/CharPredicate;or(Lnet/minecraft/util/function/CharPredicate;)Lnet/minecraft/util/function/CharPredicate;