java.lang.Object
at.petrak.hexcasting.api.casting.arithmetic.operator.Operator
at.petrak.hexcasting.api.casting.arithmetic.operator.OperatorBasic
at.petrak.hexcasting.common.casting.arithmetic.operator.vec.OperatorUnpack

public class OperatorUnpack extends at.petrak.hexcasting.api.casting.arithmetic.operator.OperatorBasic
  • Nested Class Summary

    Nested classes/interfaces inherited from class at.petrak.hexcasting.api.casting.arithmetic.operator.Operator

    at.petrak.hexcasting.api.casting.arithmetic.operator.Operator.Companion
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class at.petrak.hexcasting.api.casting.arithmetic.operator.Operator

    accepts, arity, Companion
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Iterable<Iota>
    apply(Iterable<? extends Iota> iotas, @NotNull CastingEnvironment env)
     

    Methods inherited from class at.petrak.hexcasting.api.casting.arithmetic.operator.OperatorBasic

    operate

    Methods inherited from class at.petrak.hexcasting.api.casting.arithmetic.operator.Operator

    downcast

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • apply

      @NotNull public @NotNull Iterable<Iota> apply(Iterable<? extends Iota> iotas, @NotNull @NotNull CastingEnvironment env)
      Specified by:
      apply in class at.petrak.hexcasting.api.casting.arithmetic.operator.OperatorBasic