Interface Changes<VALUE>

Type Parameters:
VALUE - Тип значения
All Superinterfaces:
xyz.cofe.fn.Pair<VALUE,​VALUE>, xyz.cofe.fn.Tuple2<VALUE,​VALUE>

public interface Changes<VALUE>
extends xyz.cofe.fn.Pair<VALUE,​VALUE>
Описывает изменение значения
  • Method Summary

    Modifier and Type Method Description
    default VALUE current()  
    static <VALUE> Changes<VALUE> of​(VALUE old, VALUE current)  
    default VALUE old()  

    Methods inherited from interface xyz.cofe.fn.Pair

    apply

    Methods inherited from interface xyz.cofe.fn.Tuple2

    a, apply, apply, b