isSmallerThan

infix fun isSmallerThan(breakpoint: Breakpoint): Boolean(source)

Determines if the current breakpoint is smaller than the given breakpoint.

Return

true if the current breakpoint is smaller, false otherwise.

Parameters

breakpoint

The breakpoint to compare against.