public static interface NetworkBehavior.Adapter<T>
NetworkBehavior to instances of T.| Modifier and Type | Method and Description |
|---|---|
T |
applyBehavior(NetworkBehavior behavior,
T value)
Apply
behavior to value so that it exhibits the configured network behavior
traits when interacted with. |
T applyBehavior(NetworkBehavior behavior, T value)
behavior to value so that it exhibits the configured network behavior
traits when interacted with.Copyright © 2015 Square, Inc.. All Rights Reserved.