public class DefaultJoin2Inplaces<A> extends AbstractUnaryInplaceOp<A> implements Join2Inplaces<A,A,A>
UnaryInplaceOp
s.SpecialOp.Flavor
Constructor and Description |
---|
DefaultJoin2Inplaces() |
Modifier and Type | Method and Description |
---|---|
UnaryInplaceOp<A,A> |
getFirst() |
DefaultJoin2Inplaces<A> |
getIndependentInstance()
Gets a reference to an instance of this object which can be used
simultaneously from a second thread while this instance is being used from
"its" thread.
|
UnaryInplaceOp<A,A> |
getSecond() |
void |
setFirst(UnaryInplaceOp<A,A> first) |
void |
setSecond(UnaryInplaceOp<A,A> second) |
out, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mutate
in, run, run
candidates, filterArity, op
ops, setEnvironment
initialize
setInput
public UnaryInplaceOp<A,A> getFirst()
getFirst
in interface Join2Ops<UnaryInplaceOp<A,A>,UnaryInplaceOp<A,A>>
Op
to be joinedpublic void setFirst(UnaryInplaceOp<A,A> first)
setFirst
in interface Join2Ops<UnaryInplaceOp<A,A>,UnaryInplaceOp<A,A>>
first
- Op
to be joinedpublic UnaryInplaceOp<A,A> getSecond()
getSecond
in interface Join2Ops<UnaryInplaceOp<A,A>,UnaryInplaceOp<A,A>>
Op
to be joinedpublic void setSecond(UnaryInplaceOp<A,A> second)
setSecond
in interface Join2Ops<UnaryInplaceOp<A,A>,UnaryInplaceOp<A,A>>
second
- Op
to be joinedpublic DefaultJoin2Inplaces<A> getIndependentInstance()
Threadable
It is expected that subclasses which override this method will narrow the return type appropriately. We do not enforce this at compile time via recursive generics due to their complexity: they introduce a host of typing difficulties.
getIndependentInstance
in interface UnaryInplaceOnlyOp<A>
getIndependentInstance
in interface UnaryInplaceOp<A,A>
getIndependentInstance
in interface NullaryOp<A>
getIndependentInstance
in interface SpecialOp
getIndependentInstance
in interface UnaryOp<A,A>
getIndependentInstance
in interface Threadable
Copyright © 2014–2022 ImageJ. All rights reserved.