public class Memoizer extends Object
Modifier and Type | Field and Description |
---|---|
static Function<Snapshot<?>,Function<IndexFilter,Snapshot<?>>> |
getIndexFilterM |
static Function<Snapshot<?>,Function<List<IndexFilter>,Snapshot<?>>> |
getIndexListFilterM |
Constructor and Description |
---|
Memoizer() |
Modifier and Type | Method and Description |
---|---|
static <T> Function<IndexFilter,Snapshot<T>> |
getSnapshotFilterM(Snapshot<T> parent) |
static <T> Function<List<IndexFilter>,Snapshot<T>> |
getSnapshotListFilterM(Snapshot<T> parent) |
static <T,U> Function<T,U> |
memoize(Function<T,U> function) |
public static Function<Snapshot<?>,Function<IndexFilter,Snapshot<?>>> getIndexFilterM
public static <T> Function<IndexFilter,Snapshot<T>> getSnapshotFilterM(Snapshot<T> parent)
public static <T> Function<List<IndexFilter>,Snapshot<T>> getSnapshotListFilterM(Snapshot<T> parent)
Copyright © 2022. All rights reserved.