All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redis.riot.operation.AbstractMemberOperationCommand Maven / Gradle / Ivy

The newest version!
package com.redis.riot.operation;

import java.util.Map;
import java.util.function.Function;

import picocli.CommandLine.ArgGroup;

abstract class AbstractMemberOperationCommand extends AbstractOperationCommand {

	@ArgGroup(exclusive = false)
	private MemberOperationArgs memberArgs = new MemberOperationArgs();

	protected Function, String> memberFunction() {
		return idFunction(memberArgs.getMemberSpace(), memberArgs.getMemberFields());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy