public interface Bottler<A> extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Object o)
Return true if this Bottler accepts the given Object.
|
Bottle<A> |
bottle(Object o,
MessageXC xc)
Return a Bottle that will return an equivalent to the argument when unBottle is called.
|
boolean |
transfer()
Determines whether this Bottler is transferred to the remote node.
|
boolean accepts(Object o)
o
- the Object, which will be accepted or not.Bottle<A> bottle(Object o, MessageXC xc)
o
- an Object to bottleboolean transfer()
Copyright © 2015–2021 Fiji. All rights reserved.