An abstract that accepts a DisplayObjectRecycler, a function, or a class.

Available since

1.0.0

.

Static methods

@:fromstaticfromClass<T, S, B>(type:Class<T>):AbstractDisplayObjectRecycler<T, S, B>

Converts a class value to a feathers.utils.DisplayObjectRecycler value.

Available since

1.0.0

.

@:fromstaticfromFunction<T, S, B>(func:() ‑> T):AbstractDisplayObjectRecycler<T, S, B>

Converts a function value to a feathers.utils.DisplayObjectRecycler value.

Available since

1.0.0

.