Group

abstract class Group<V>(name: String, state: List<V>) : AnimeFilter<List<V>> (source)

A group of filters. Usually used for multiple related CheckBox/TriState instances, like in a genres filter

Parameters

name

The filter group name

state

a List with all the states.

Constructors

Link copied to clipboard
constructor(name: String, state: List<V>)

Properties

Link copied to clipboard
Link copied to clipboard
var state: List<V>