public class IFilterFilter
extends net.java.html.lib.Objs
| Modifier | Constructor and Description |
|---|---|
protected |
IFilterFilter(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
IFilterFilterPatternObject expression) |
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
IFilterFilterPatternObject expression,
Boolean comparator) |
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
IFilterFilterPatternObject expression,
IFilterFilterComparatorFunc<T> comparator) |
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
IFilterFilterPredicateFunc<T> expression) |
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
IFilterFilterPredicateFunc<T> expression,
Boolean comparator) |
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
IFilterFilterPredicateFunc<T> expression,
IFilterFilterComparatorFunc<T> comparator) |
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
String expression) |
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
String expression,
Boolean comparator) |
<T> net.java.html.lib.Array<T> |
$apply(T[] array,
String expression,
IFilterFilterComparatorFunc<T> comparator) |
static IFilterFilter |
$as(Object obj) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfprotected IFilterFilter(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static IFilterFilter $as(Object obj)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
String expression,
IFilterFilterComparatorFunc<T> comparator)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
IFilterFilterPatternObject expression,
IFilterFilterComparatorFunc<T> comparator)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
IFilterFilterPredicateFunc<T> expression,
IFilterFilterComparatorFunc<T> comparator)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
String expression,
Boolean comparator)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
IFilterFilterPatternObject expression,
Boolean comparator)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
IFilterFilterPredicateFunc<T> expression,
Boolean comparator)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
String expression)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
IFilterFilterPatternObject expression)
public <T> net.java.html.lib.Array<T> $apply(T[] array,
IFilterFilterPredicateFunc<T> expression)
Copyright © 2016. All rights reserved.