Class Result3<F,​S,​T>


  • public class Result3<F,​S,​T>
    extends Result2<F,​S>
    Author:
    Lorenzo Bettini
    • Constructor Detail

      • Result3

        public Result3​(F first)
      • Result3

        public Result3​(F first,
                       S second)
      • Result3

        public Result3​(F first,
                       S second,
                       T third)
    • Method Detail

      • getThird

        public T getThird()