and

infix fun Boolean.and(boolean: Boolean?): Boolean
infix fun Boolean?.and(boolean: Boolean): Boolean
infix fun Byte.and(that: Int): Int