Interface Modifier<T>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Modifier<T>
- Author:
- Aleks Seovic 2018.06.03
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Modifier<T>andThen(Modifier<T> after)Tapply(T obj)static <T> Modifier<T>identity()
-