shuso 2023年12月22日 カード12 いいね0

広告

単語カード

  • 戻り値型は?
    supplier<T>
    T
  • 戻り値型は?
    consumer<T>
    void
  • 戻り値型は?
    predicate<T>
    boolean
  • 戻り値型は?
    function<T,R>
    R
  • 戻り値型は?
    UnaryOperator<T>
    T
  • 戻り値型は?
    BinaryOperator<T>
    T
  • メソッドは?
    supplier<T>
    get
  • メソッドは?
    consumer<T>
    accept
  • メソッドは?
    UnaryOperator<T>
    apply
  • メソッドは?
    BinaryOperator<T>
    apply
  • メソッドは?
    function<T,R>
    apply
  • Functionの型パラメーター
    一つ目は?
    ・戻り値
    ・引数
    引数
広告

コメント