接口 FixedCmd<V extends FixedCmd.CmdNode>


public interface FixedCmd<V extends FixedCmd.CmdNode>
作者:
渔民小镇
日期:
2023-05-05
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static interface 
     
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int cmdMerge)
     
    void
    ifPresent(int cmdMerge, Consumer<V> consumer)
     
     
  • 方法详细资料

    • get

      V get(int cmdMerge)
    • ifPresent

      void ifPresent(int cmdMerge, Consumer<V> consumer)
    • stream

      Stream<V> stream()