Class AbstractBoolean2BooleanFunction

    • Method Detail

      • defaultReturnValue

        public boolean defaultReturnValue()
        Description copied from interface: Boolean2BooleanFunction
        Gets the default return value.

        This default implementation just return the default null value of the type (null for objects, 0 for scalars, false for Booleans).

        Specified by:
        defaultReturnValue in interface Boolean2BooleanFunction
        Returns:
        the current default return value.