public class Transforms extends Object
| Modifier and Type | Field and Description |
|---|---|
static Transforms |
instance |
| Constructor and Description |
|---|
Transforms() |
| Modifier and Type | Method and Description |
|---|---|
Transforms |
add(Transform t) |
void |
addAll(Transforms others) |
QueryShape |
apply(QueryShape q) |
static Transform |
get(String name) |
Transform |
getTransform(String name) |
static void |
put(Transform t) |
public static Transforms instance
public Transforms add(Transform t)
public QueryShape apply(QueryShape q)
public static void put(Transform t)
public void addAll(Transforms others)
Copyright © 2019. All rights reserved.