Home Reference Source Test
public class | source

FirstApplicable

Method Summary

Public Methods
public

combine(decisions: boolean[]): boolean

Given an array of individual authorisation decisions, returns the first one different from 'Not Applicable', either positive or negative.

Public Methods

public combine(decisions: boolean[]): boolean source

Given an array of individual authorisation decisions, returns the first one different from 'Not Applicable', either positive or negative.

Params:

NameTypeAttributeDescription
decisions boolean[]

Return:

boolean