Interface BytePredicate


  • public interface BytePredicate
    Used in BooleanColumn to evaluate elements without casting or autoboxing
    • Method Detail

      • test

        boolean test​(byte i)