public interface BooleanFunction<T>
extends Serializable
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
This file was automatically generated from template file primitiveFunction.stg.