Class Positions.DimensionStripper

  • All Implemented Interfaces:
    java.util.function.Function<Position,​Position>
    Enclosing class:
    Positions

    public static class Positions.DimensionStripper
    extends java.lang.Object
    implements java.util.function.Function<Position,​Position>
    A functional object to transform positions to other positions with the dimensions stripped as given in the constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Position apply​(Position position)  
      Position from​(Position position)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose