| Package | Description |
|---|---|
| gw.lang.parser.coercers | |
| gw.util.concurrent |
| Modifier and Type | Field and Description |
|---|---|
static LockingLazyVar<BasePrimitiveCoercer> |
BasePrimitiveCoercer.BooleanPCoercer |
static LockingLazyVar<BasePrimitiveCoercer> |
BasePrimitiveCoercer.BytePCoercer |
static LockingLazyVar<BasePrimitiveCoercer> |
BasePrimitiveCoercer.CharPCoercer |
static LockingLazyVar<BasePrimitiveCoercer> |
BasePrimitiveCoercer.DoublePCoercer |
static LockingLazyVar<BasePrimitiveCoercer> |
BasePrimitiveCoercer.FloatPCoercer |
static LockingLazyVar<BasePrimitiveCoercer> |
BasePrimitiveCoercer.IntPCoercer |
static LockingLazyVar<BasePrimitiveCoercer> |
BasePrimitiveCoercer.LongPCoercer |
static LockingLazyVar<BasePrimitiveCoercer> |
BasePrimitiveCoercer.ShortPCoercer |
| Constructor and Description |
|---|
BasePHighPriorityCoercer(LockingLazyVar<BasePrimitiveCoercer> delegate,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
static <Q> LockingLazyVar<Q> |
LockingLazyVar.make(LockingLazyVar.LazyVarInit<Q> init)
Creates a new LockingLazyVar based on the type of the LazyVarInit passed in.
|
static <Q> LockingLazyVar<Q> |
LockingLazyVar.make(Lock lock,
LockingLazyVar.LazyVarInit<Q> init) |
Copyright © 2020. All rights reserved.