Uses of Interface
org.scijava.ops.api.RichOp
-
-
Uses of RichOp in org.scijava.ops.api
Methods in org.scijava.ops.api that return RichOp Modifier and Type Method Description static <T> RichOp<T>Ops. rich(T op)Convenience function for getting theRichOpofopMethods in org.scijava.ops.api that return types with arguments of type RichOp Modifier and Type Method Description List<RichOp<?>>OpHistory. executionsUpon(Object o)Describes the known executions uponObjectorecorded in the historyMethods in org.scijava.ops.api with parameters of type RichOp Modifier and Type Method Description voidOpHistory. logOutput(RichOp<?> op, Object output)
-