Interface UnaryOperator<T>

All Superinterfaces:
Transform<T,T>
All Known Subinterfaces:
CanonicalRenamer

public interface UnaryOperator<T> extends Transform<T,T>
A UnaryOperator on a type T is an object which provides a method "apply" that takes an element of T and returns an element of T. It is a Transforminvalid input: '<'T,T>.
  • Method Summary

    Methods inherited from interface dev.civl.sarl.IF.Transform

    apply