Java javafx.collections.transformation FilteredList fields, constructors, methods, implement or subclass

Example usage for Java javafx.collections.transformation FilteredList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.collections.transformation FilteredList.

The text is from its open source code.

Constructor

FilteredList(@NamedArg("source") ObservableList source, @NamedArg("predicate") Predicate predicate)
Constructs a new FilteredList wrapper around the source list.
FilteredList(@NamedArg("source") ObservableList source)
Constructs a new FilteredList wrapper around the source list.

Method