public class ConcurrentTransfer<TYPE> extends Object implements org.neo4j.function.Consumer<TYPE>, Provider<TYPE>, org.neo4j.function.Supplier<TYPE>
| Constructor and Description |
|---|
ConcurrentTransfer() |
public void accept(TYPE value)
accept in interface org.neo4j.function.Consumer<TYPE>accept in interface org.neo4j.function.ThrowingConsumer<TYPE,RuntimeException>@Deprecated public TYPE instance()
get() insteadpublic TYPE get()
get in interface org.neo4j.function.Supplier<TYPE>get in interface org.neo4j.function.ThrowingSupplier<TYPE,RuntimeException>Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.