import {Collection} from './collection'; export class Conditions extends Collection('condition') { check(context) { for (condition of this.conditions) { if (!this.conditions[index].check(context)) { return false; } } return true; } }