final object FlagConjunction
extends Function1

A class representing flag sets that should be tested conjunctively. I.e. for a flag conjunction fc, x is fc tests whether x contains all flags in fc.

Constructors

Members

[+] def apply ( bits: Long ) : R
[+] def unapply ( x$1: FlagConjunction ) : FlagConjunction